HSL(41, 53%, 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,53%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 53%, 87%) | color: hsl(41, 53%, 87%) | |
| HEX | #EFE4CC | color: #EFE4CC | |
| RGB | rgb(239, 228, 204) | color: rgb(239, 228, 204) | |
| CMYK | cmyk(0%, 5%, 15%, 6%) | — | |
| HSV | hsv(41, 15%, 94%) | — | |
| HWB | hwb(41 80% 6%) | color: hwb(41 80% 6%) | |
| OKLCH | oklch(0.9213 0.034 86.31) | color: oklch(0.9213 0.034 86.31) | |
| Lab | lab(90.87 -0.18 13.06) | color: lab(90.87 -0.18 13.06) | |
| LCH | lch(90.87 13.06 90.79) | color: lch(90.87 13.06 90.79) |
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)
#EAEAD2 — rgb(234, 234, 210)
Deuteranopia (Green-blind)
#EBECD3 — rgb(235, 236, 211)
Tritanopia (Blue-blind)
#EED6D7 — rgb(238, 214, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 53%, 87%);
text
color: hsl(41, 53%, 87%);
border
border: 2px solid hsl(41, 53%, 87%);
gradient light
background: linear-gradient(to right, hsl(41, 53%, 100%), hsl(41, 53%, 87%));
gradient dark
background: linear-gradient(to right, hsl(41, 53%, 87%), hsl(41, 53%, 67%))
hex
background-color: #EFE4CC;
tailwind
bg-[hsl(41,53%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 53%, 87%, 0.4);
css variable
--color-primary: hsl(41, 53%, 87%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 53%, 87%)?
HEX: #EFE4CC | RGB: rgb(239, 228, 204) | CMYK: 0%, 5%, 15%, 6% | HSV: 41°, 15%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE4CC?
The complementary color is HSL(221, 53%, 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, 53%, 87%) in CSS?
As HSL: color: hsl(41, 53%, 87%); — As HEX: color: #EFE4CC; — As RGB: color: rgb(239, 228, 204); — Tailwind CSS: bg-[hsl(41,53%,87%)] — CSS variable: --color-primary: hsl(41, 53%, 87%);