HSL(18, 43%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,43%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 43%, 61%) | color: hsl(18, 43%, 61%) | |
| HEX | #C68A71 | color: #C68A71 | |
| RGB | rgb(198, 138, 113) | color: rgb(198, 138, 113) | |
| CMYK | cmyk(0%, 30%, 43%, 22%) | — | |
| HSV | hsv(18, 43%, 78%) | — | |
| HWB | hwb(18 44% 22%) | color: hwb(18 44% 22%) | |
| OKLCH | oklch(0.687 0.0821 43.49) | color: oklch(0.687 0.0821 43.49) | |
| Lab | lab(62.82 19.84 22.57) | color: lab(62.82 19.84 22.57) | |
| LCH | lch(62.82 30.05 48.68) | color: lch(62.82 30.05 48.68) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#ACAB77 — rgb(172, 171, 119)
Deuteranopia (Green-blind)
#B0B479 — rgb(176, 180, 121)
Tritanopia (Blue-blind)
#C37C7D — rgb(195, 124, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 43%, 61%);
text
color: hsl(18, 43%, 61%);
border
border: 2px solid hsl(18, 43%, 61%);
gradient light
background: linear-gradient(to right, hsl(18, 43%, 81%), hsl(18, 43%, 61%));
gradient dark
background: linear-gradient(to right, hsl(18, 43%, 61%), hsl(18, 43%, 41%))
hex
background-color: #C68A71;
tailwind
bg-[hsl(18,43%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 43%, 61%, 0.4);
css variable
--color-primary: hsl(18, 43%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 43%, 61%)?
HEX: #C68A71 | RGB: rgb(198, 138, 113) | CMYK: 0%, 30%, 43%, 22% | HSV: 18°, 43%, 78%. Copy any format from the conversion table above.
What colors go well with #C68A71?
The complementary color is HSL(198, 43%, 61%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 43%, 61%) in CSS?
As HSL: color: hsl(18, 43%, 61%); — As HEX: color: #C68A71; — As RGB: color: rgb(198, 138, 113); — Tailwind CSS: bg-[hsl(18,43%,61%)] — CSS variable: --color-primary: hsl(18, 43%, 61%);