HSL(41, 48%, 87%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,48%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 48%, 87%) | color: hsl(41, 48%, 87%) | |
| HEX | #EEE4CE | color: #EEE4CE | |
| RGB | rgb(238, 228, 206) | color: rgb(238, 228, 206) | |
| CMYK | cmyk(0%, 4%, 13%, 7%) | — | |
| HSV | hsv(41, 13%, 93%) | — | |
| HWB | hwb(41 81% 7%) | color: hwb(41 81% 7%) | |
| OKLCH | oklch(0.921 0.0312 86.46) | color: oklch(0.921 0.0312 86.46) | |
| Lab | lab(90.84 -0.23 11.95) | color: lab(90.84 -0.23 11.95) | |
| LCH | lch(90.84 11.95 91.1) | color: lch(90.84 11.95 91.1) |
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)
#EAEAD3 — rgb(234, 234, 211)
Deuteranopia (Green-blind)
#EAEBD5 — rgb(234, 235, 213)
Tritanopia (Blue-blind)
#EED8D8 — rgb(238, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 48%, 87%);
text
color: hsl(41, 48%, 87%);
border
border: 2px solid hsl(41, 48%, 87%);
gradient light
background: linear-gradient(to right, hsl(41, 48%, 100%), hsl(41, 48%, 87%));
gradient dark
background: linear-gradient(to right, hsl(41, 48%, 87%), hsl(41, 48%, 67%))
hex
background-color: #EEE4CE;
tailwind
bg-[hsl(41,48%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 48%, 87%, 0.4);
css variable
--color-primary: hsl(41, 48%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 48%, 87%)?
HEX: #EEE4CE | RGB: rgb(238, 228, 206) | CMYK: 0%, 4%, 13%, 7% | HSV: 41°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #EEE4CE?
The complementary color is HSL(221, 48%, 87%). 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, 48%, 87%) in CSS?
As HSL: color: hsl(41, 48%, 87%); — As HEX: color: #EEE4CE; — As RGB: color: rgb(238, 228, 206); — Tailwind CSS: bg-[hsl(41,48%,87%)] — CSS variable: --color-primary: hsl(41, 48%, 87%);