HSL(24, 20%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,20%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 20%, 78%) | color: hsl(24, 20%, 78%) | |
| HEX | #D2C5BC | color: #D2C5BC | |
| RGB | rgb(210, 197, 188) | color: rgb(210, 197, 188) | |
| CMYK | cmyk(0%, 6%, 10%, 18%) | — | |
| HSV | hsv(25, 10%, 82%) | — | |
| HWB | hwb(25 74% 18%) | color: hwb(25 74% 18%) | |
| OKLCH | oklch(0.8316 0.0192 57.17) | color: oklch(0.8316 0.0192 57.17) | |
| Lab | lab(80.33 3.01 6.14) | color: lab(80.33 3.01 6.14) | |
| LCH | lch(80.33 6.84 63.88) | color: lch(80.33 6.84 63.88) |
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)
#CCCCBE — rgb(204, 204, 190)
Deuteranopia (Green-blind)
#CDCEBF — rgb(205, 206, 191)
Tritanopia (Blue-blind)
#D1C0C0 — rgb(209, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 20%, 78%);
text
color: hsl(24, 20%, 78%);
border
border: 2px solid hsl(24, 20%, 78%);
gradient light
background: linear-gradient(to right, hsl(24, 20%, 98%), hsl(24, 20%, 78%));
gradient dark
background: linear-gradient(to right, hsl(24, 20%, 78%), hsl(24, 20%, 58%))
hex
background-color: #D2C5BC;
tailwind
bg-[hsl(24,20%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 20%, 78%, 0.4);
css variable
--color-primary: hsl(24, 20%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 20%, 78%)?
HEX: #D2C5BC | RGB: rgb(210, 197, 188) | CMYK: 0%, 6%, 10%, 18% | HSV: 25°, 10%, 82%. Copy any format from the conversion table above.
What colors go well with #D2C5BC?
The complementary color is HSL(204, 20%, 78%). 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, 20%, 78%) in CSS?
As HSL: color: hsl(24, 20%, 78%); — As HEX: color: #D2C5BC; — As RGB: color: rgb(210, 197, 188); — Tailwind CSS: bg-[hsl(24,20%,78%)] — CSS variable: --color-primary: hsl(24, 20%, 78%);