HSL(42, 31%, 89%)
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,31%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 31%, 89%) | color: hsl(42, 31%, 89%) | |
| HEX | #ECE6DA | color: #ECE6DA | |
| RGB | rgb(236, 230, 218) | color: rgb(236, 230, 218) | |
| CMYK | cmyk(0%, 3%, 8%, 7%) | — | |
| HSV | hsv(40, 8%, 93%) | — | |
| HWB | hwb(40 86% 7%) | color: hwb(40 86% 7%) | |
| OKLCH | oklch(0.9264 0.0173 84.59) | color: oklch(0.9264 0.0173 84.59) | |
| Lab | lab(91.46 -0.02 6.56) | color: lab(91.46 -0.02 6.56) | |
| LCH | lch(91.46 6.56 90.17) | color: lch(91.46 6.56 90.17) |
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)
#E9E9DD — rgb(233, 233, 221)
Deuteranopia (Green-blind)
#EAEADE — rgb(234, 234, 222)
Tritanopia (Blue-blind)
#ECDFE0 — rgb(236, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 31%, 89%);
text
color: hsl(42, 31%, 89%);
border
border: 2px solid hsl(42, 31%, 89%);
gradient light
background: linear-gradient(to right, hsl(42, 31%, 100%), hsl(42, 31%, 89%));
gradient dark
background: linear-gradient(to right, hsl(42, 31%, 89%), hsl(42, 31%, 69%))
hex
background-color: #ECE6DA;
tailwind
bg-[hsl(42,31%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 31%, 89%, 0.4);
css variable
--color-primary: hsl(42, 31%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 31%, 89%)?
HEX: #ECE6DA | RGB: rgb(236, 230, 218) | CMYK: 0%, 3%, 8%, 7% | HSV: 40°, 8%, 93%. Copy any format from the conversion table above.
What colors go well with #ECE6DA?
The complementary color is HSL(222, 31%, 89%). 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, 31%, 89%) in CSS?
As HSL: color: hsl(42, 31%, 89%); — As HEX: color: #ECE6DA; — As RGB: color: rgb(236, 230, 218); — Tailwind CSS: bg-[hsl(42,31%,89%)] — CSS variable: --color-primary: hsl(42, 31%, 89%);