HSL(41, 52%, 82%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,52%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 52%, 82%) | color: hsl(41, 52%, 82%) | |
| HEX | #E9DAB9 | color: #E9DAB9 | |
| RGB | rgb(233, 218, 185) | color: rgb(233, 218, 185) | |
| CMYK | cmyk(0%, 6%, 21%, 9%) | — | |
| HSV | hsv(41, 21%, 91%) | — | |
| HWB | hwb(41 72% 9%) | color: hwb(41 72% 9%) | |
| OKLCH | oklch(0.892 0.0467 86.46) | color: oklch(0.892 0.0467 86.46) | |
| Lab | lab(87.47 -0.05 18.12) | color: lab(87.47 -0.05 18.12) | |
| LCH | lch(87.47 18.12 90.16) | color: lch(87.47 18.12 90.16) |
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)
#E3E2C1 — rgb(227, 226, 193)
Deuteranopia (Green-blind)
#E3E5C3 — rgb(227, 229, 195)
Tritanopia (Blue-blind)
#E8C7C9 — rgb(232, 199, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 52%, 82%);
text
color: hsl(41, 52%, 82%);
border
border: 2px solid hsl(41, 52%, 82%);
gradient light
background: linear-gradient(to right, hsl(41, 52%, 100%), hsl(41, 52%, 82%));
gradient dark
background: linear-gradient(to right, hsl(41, 52%, 82%), hsl(41, 52%, 62%))
hex
background-color: #E9DAB9;
tailwind
bg-[hsl(41,52%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 52%, 82%, 0.4);
css variable
--color-primary: hsl(41, 52%, 82%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 52%, 82%)?
HEX: #E9DAB9 | RGB: rgb(233, 218, 185) | CMYK: 0%, 6%, 21%, 9% | HSV: 41°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #E9DAB9?
The complementary color is HSL(221, 52%, 82%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 52%, 82%) in CSS?
As HSL: color: hsl(41, 52%, 82%); — As HEX: color: #E9DAB9; — As RGB: color: rgb(233, 218, 185); — Tailwind CSS: bg-[hsl(41,52%,82%)] — CSS variable: --color-primary: hsl(41, 52%, 82%);