HSL(41, 60%, 82%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,60%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 60%, 82%) | color: hsl(41, 60%, 82%) | |
| HEX | #EDDBB6 | color: #EDDBB6 | |
| RGB | rgb(237, 219, 182) | color: rgb(237, 219, 182) | |
| CMYK | cmyk(0%, 8%, 23%, 7%) | — | |
| HSV | hsv(40, 23%, 93%) | — | |
| HWB | hwb(40 72% 7%) | color: hwb(40 72% 7%) | |
| OKLCH | oklch(0.8967 0.0526 85.09) | color: oklch(0.8967 0.0526 85.09) | |
| Lab | lab(87.99 0.48 20.46) | color: lab(87.99 0.48 20.46) | |
| LCH | lch(87.99 20.47 88.66) | color: lch(87.99 20.47 88.66) |
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)
#E5E5BF — rgb(229, 229, 191)
Deuteranopia (Green-blind)
#E6E8C1 — rgb(230, 232, 193)
Tritanopia (Blue-blind)
#ECC6C8 — rgb(236, 198, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 60%, 82%);
text
color: hsl(41, 60%, 82%);
border
border: 2px solid hsl(41, 60%, 82%);
gradient light
background: linear-gradient(to right, hsl(41, 60%, 100%), hsl(41, 60%, 82%));
gradient dark
background: linear-gradient(to right, hsl(41, 60%, 82%), hsl(41, 60%, 62%))
hex
background-color: #EDDBB6;
tailwind
bg-[hsl(41,60%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 60%, 82%, 0.4);
css variable
--color-primary: hsl(41, 60%, 82%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 60%, 82%)?
HEX: #EDDBB6 | RGB: rgb(237, 219, 182) | CMYK: 0%, 8%, 23%, 7% | HSV: 40°, 23%, 93%. Copy any format from the conversion table above.
What colors go well with #EDDBB6?
The complementary color is HSL(221, 60%, 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, 60%, 82%) in CSS?
As HSL: color: hsl(41, 60%, 82%); — As HEX: color: #EDDBB6; — As RGB: color: rgb(237, 219, 182); — Tailwind CSS: bg-[hsl(41,60%,82%)] — CSS variable: --color-primary: hsl(41, 60%, 82%);