HSL(42, 40%, 88%)
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(42,40%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 40%, 88%) | color: hsl(42, 40%, 88%) | |
| HEX | #EDE5D4 | color: #EDE5D4 | |
| RGB | rgb(237, 229, 212) | color: rgb(237, 229, 212) | |
| CMYK | cmyk(0%, 3%, 11%, 7%) | — | |
| HSV | hsv(41, 11%, 93%) | — | |
| HWB | hwb(41 83% 7%) | color: hwb(41 83% 7%) | |
| OKLCH | oklch(0.9236 0.0243 85.79) | color: oklch(0.9236 0.0243 85.79) | |
| Lab | lab(91.14 -0.14 9.25) | color: lab(91.14 -0.14 9.25) | |
| LCH | lch(91.14 9.25 90.87) | color: lch(91.14 9.25 90.87) |
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)
#EAE9D8 — rgb(234, 233, 216)
Deuteranopia (Green-blind)
#EAEBD9 — rgb(234, 235, 217)
Tritanopia (Blue-blind)
#EDDBDC — rgb(237, 219, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 40%, 88%);
text
color: hsl(42, 40%, 88%);
border
border: 2px solid hsl(42, 40%, 88%);
gradient light
background: linear-gradient(to right, hsl(42, 40%, 100%), hsl(42, 40%, 88%));
gradient dark
background: linear-gradient(to right, hsl(42, 40%, 88%), hsl(42, 40%, 68%))
hex
background-color: #EDE5D4;
tailwind
bg-[hsl(42,40%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 40%, 88%, 0.4);
css variable
--color-primary: hsl(42, 40%, 88%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 40%, 88%)?
HEX: #EDE5D4 | RGB: rgb(237, 229, 212) | CMYK: 0%, 3%, 11%, 7% | HSV: 41°, 11%, 93%. Copy any format from the conversion table above.
What colors go well with #EDE5D4?
The complementary color is HSL(222, 40%, 88%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 40%, 88%) in CSS?
As HSL: color: hsl(42, 40%, 88%); — As HEX: color: #EDE5D4; — As RGB: color: rgb(237, 229, 212); — Tailwind CSS: bg-[hsl(42,40%,88%)] — CSS variable: --color-primary: hsl(42, 40%, 88%);