HSL(24, 35%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,35%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 35%, 79%) | color: hsl(24, 35%, 79%) | |
| HEX | #DCC6B7 | color: #DCC6B7 | |
| RGB | rgb(220, 198, 183) | color: rgb(220, 198, 183) | |
| CMYK | cmyk(0%, 10%, 17%, 14%) | — | |
| HSV | hsv(24, 17%, 86%) | — | |
| HWB | hwb(24 71% 14%) | color: hwb(24 71% 14%) | |
| OKLCH | oklch(0.8409 0.0323 56.53) | color: oklch(0.8409 0.0323 56.53) | |
| Lab | lab(81.3 5.3 10.33) | color: lab(81.3 5.3 10.33) | |
| LCH | lch(81.3 11.61 62.84) | color: lch(81.3 11.61 62.84) |
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)
#D2D2BB — rgb(210, 210, 187)
Deuteranopia (Green-blind)
#D4D5BC — rgb(212, 213, 188)
Tritanopia (Blue-blind)
#DBBDBE — rgb(219, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 35%, 79%);
text
color: hsl(24, 35%, 79%);
border
border: 2px solid hsl(24, 35%, 79%);
gradient light
background: linear-gradient(to right, hsl(24, 35%, 99%), hsl(24, 35%, 79%));
gradient dark
background: linear-gradient(to right, hsl(24, 35%, 79%), hsl(24, 35%, 59%))
hex
background-color: #DCC6B7;
tailwind
bg-[hsl(24,35%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 35%, 79%, 0.4);
css variable
--color-primary: hsl(24, 35%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 35%, 79%)?
HEX: #DCC6B7 | RGB: rgb(220, 198, 183) | CMYK: 0%, 10%, 17%, 14% | HSV: 24°, 17%, 86%. Copy any format from the conversion table above.
What colors go well with #DCC6B7?
The complementary color is HSL(204, 35%, 79%). 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, 35%, 79%) in CSS?
As HSL: color: hsl(24, 35%, 79%); — As HEX: color: #DCC6B7; — As RGB: color: rgb(220, 198, 183); — Tailwind CSS: bg-[hsl(24,35%,79%)] — CSS variable: --color-primary: hsl(24, 35%, 79%);