HSL(32, 19%, 89%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(32,19%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 19%, 89%) | color: hsl(32, 19%, 89%) | |
| HEX | #E8E3DE | color: #E8E3DE | |
| RGB | rgb(232, 227, 222) | color: rgb(232, 227, 222) | |
| CMYK | cmyk(0%, 2%, 4%, 9%) | — | |
| HSV | hsv(30, 4%, 91%) | — | |
| HWB | hwb(30 87% 9%) | color: hwb(30 87% 9%) | |
| OKLCH | oklch(0.9183 0.0087 67.72) | color: oklch(0.9183 0.0087 67.72) | |
| Lab | lab(90.49 0.82 3.04) | color: lab(90.49 0.82 3.04) | |
| LCH | lch(90.49 3.15 74.9) | color: lch(90.49 3.15 74.9) |
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)
#E6E6DF — rgb(230, 230, 223)
Deuteranopia (Green-blind)
#E6E7E0 — rgb(230, 231, 224)
Tritanopia (Blue-blind)
#E8E0E0 — rgb(232, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 19%, 89%);
text
color: hsl(32, 19%, 89%);
border
border: 2px solid hsl(32, 19%, 89%);
gradient light
background: linear-gradient(to right, hsl(32, 19%, 100%), hsl(32, 19%, 89%));
gradient dark
background: linear-gradient(to right, hsl(32, 19%, 89%), hsl(32, 19%, 69%))
hex
background-color: #E8E3DE;
tailwind
bg-[hsl(32,19%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 19%, 89%, 0.4);
css variable
--color-primary: hsl(32, 19%, 89%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 19%, 89%)?
HEX: #E8E3DE | RGB: rgb(232, 227, 222) | CMYK: 0%, 2%, 4%, 9% | HSV: 30°, 4%, 91%. Copy any format from the conversion table above.
What colors go well with #E8E3DE?
The complementary color is HSL(212, 19%, 89%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 19%, 89%) in CSS?
As HSL: color: hsl(32, 19%, 89%); — As HEX: color: #E8E3DE; — As RGB: color: rgb(232, 227, 222); — Tailwind CSS: bg-[hsl(32,19%,89%)] — CSS variable: --color-primary: hsl(32, 19%, 89%);