HSL(19, 36%, 84%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,36%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 36%, 84%) | color: hsl(19, 36%, 84%) | |
| HEX | #E5D1C8 | color: #E5D1C8 | |
| RGB | rgb(229, 209, 200) | color: rgb(229, 209, 200) | |
| CMYK | cmyk(0%, 9%, 13%, 10%) | — | |
| HSV | hsv(19, 13%, 90%) | — | |
| HWB | hwb(19 78% 10%) | color: hwb(19 78% 10%) | |
| OKLCH | oklch(0.8746 0.0256 45.85) | color: oklch(0.8746 0.0256 45.85) | |
| Lab | lab(85.22 5.45 6.97) | color: lab(85.22 5.45 6.97) | |
| LCH | lch(85.22 8.85 51.98) | color: lch(85.22 8.85 51.98) |
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)
#DCDCCA — rgb(220, 220, 202)
Deuteranopia (Green-blind)
#DEDFCB — rgb(222, 223, 203)
Tritanopia (Blue-blind)
#E4CCCC — rgb(228, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 36%, 84%);
text
color: hsl(19, 36%, 84%);
border
border: 2px solid hsl(19, 36%, 84%);
gradient light
background: linear-gradient(to right, hsl(19, 36%, 100%), hsl(19, 36%, 84%));
gradient dark
background: linear-gradient(to right, hsl(19, 36%, 84%), hsl(19, 36%, 64%))
hex
background-color: #E5D1C8;
tailwind
bg-[hsl(19,36%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 36%, 84%, 0.4);
css variable
--color-primary: hsl(19, 36%, 84%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 36%, 84%)?
HEX: #E5D1C8 | RGB: rgb(229, 209, 200) | CMYK: 0%, 9%, 13%, 10% | HSV: 19°, 13%, 90%. Copy any format from the conversion table above.
What colors go well with #E5D1C8?
The complementary color is HSL(199, 36%, 84%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 36%, 84%) in CSS?
As HSL: color: hsl(19, 36%, 84%); — As HEX: color: #E5D1C8; — As RGB: color: rgb(229, 209, 200); — Tailwind CSS: bg-[hsl(19,36%,84%)] — CSS variable: --color-primary: hsl(19, 36%, 84%);