HSL(24, 60%, 81%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,60%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 60%, 81%) | color: hsl(24, 60%, 81%) | |
| HEX | #ECC9B1 | color: #ECC9B1 | |
| RGB | rgb(236, 201, 177) | color: rgb(236, 201, 177) | |
| CMYK | cmyk(0%, 15%, 25%, 7%) | — | |
| HSV | hsv(24, 25%, 93%) | — | |
| HWB | hwb(24 70% 7%) | color: hwb(24 70% 7%) | |
| OKLCH | oklch(0.8596 0.0513 56.38) | color: oklch(0.8596 0.0513 56.38) | |
| Lab | lab(83.33 8.77 16.58) | color: lab(83.33 8.77 16.58) | |
| LCH | lch(83.33 18.76 62.12) | color: lch(83.33 18.76 62.12) |
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)
#DDDDB7 — rgb(221, 221, 183)
Deuteranopia (Green-blind)
#DFE2B8 — rgb(223, 226, 184)
Tritanopia (Blue-blind)
#EABBBC — rgb(234, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 60%, 81%);
text
color: hsl(24, 60%, 81%);
border
border: 2px solid hsl(24, 60%, 81%);
gradient light
background: linear-gradient(to right, hsl(24, 60%, 100%), hsl(24, 60%, 81%));
gradient dark
background: linear-gradient(to right, hsl(24, 60%, 81%), hsl(24, 60%, 61%))
hex
background-color: #ECC9B1;
tailwind
bg-[hsl(24,60%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 60%, 81%, 0.4);
css variable
--color-primary: hsl(24, 60%, 81%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 60%, 81%)?
HEX: #ECC9B1 | RGB: rgb(236, 201, 177) | CMYK: 0%, 15%, 25%, 7% | HSV: 24°, 25%, 93%. Copy any format from the conversion table above.
What colors go well with #ECC9B1?
The complementary color is HSL(204, 60%, 81%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 60%, 81%) in CSS?
As HSL: color: hsl(24, 60%, 81%); — As HEX: color: #ECC9B1; — As RGB: color: rgb(236, 201, 177); — Tailwind CSS: bg-[hsl(24,60%,81%)] — CSS variable: --color-primary: hsl(24, 60%, 81%);