HSL(32, 20%, 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(32,20%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 20%, 88%) | color: hsl(32, 20%, 88%) | |
| HEX | #E7E1DA | color: #E7E1DA | |
| RGB | rgb(231, 225, 218) | color: rgb(231, 225, 218) | |
| CMYK | cmyk(0%, 3%, 6%, 9%) | — | |
| HSV | hsv(32, 6%, 91%) | — | |
| HWB | hwb(32 86% 9%) | color: hwb(32 86% 9%) | |
| OKLCH | oklch(0.9125 0.0115 71.89) | color: oklch(0.9125 0.0115 71.89) | |
| Lab | lab(89.81 0.82 4.14) | color: lab(89.81 0.82 4.14) | |
| LCH | lch(89.81 4.22 78.8) | color: lch(89.81 4.22 78.8) |
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)
#E4E4DC — rgb(228, 228, 220)
Deuteranopia (Green-blind)
#E5E5DC — rgb(229, 229, 220)
Tritanopia (Blue-blind)
#E7DDDD — rgb(231, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 20%, 88%);
text
color: hsl(32, 20%, 88%);
border
border: 2px solid hsl(32, 20%, 88%);
gradient light
background: linear-gradient(to right, hsl(32, 20%, 100%), hsl(32, 20%, 88%));
gradient dark
background: linear-gradient(to right, hsl(32, 20%, 88%), hsl(32, 20%, 68%))
hex
background-color: #E7E1DA;
tailwind
bg-[hsl(32,20%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 20%, 88%, 0.4);
css variable
--color-primary: hsl(32, 20%, 88%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 20%, 88%)?
HEX: #E7E1DA | RGB: rgb(231, 225, 218) | CMYK: 0%, 3%, 6%, 9% | HSV: 32°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #E7E1DA?
The complementary color is HSL(212, 20%, 88%). 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, 20%, 88%) in CSS?
As HSL: color: hsl(32, 20%, 88%); — As HEX: color: #E7E1DA; — As RGB: color: rgb(231, 225, 218); — Tailwind CSS: bg-[hsl(32,20%,88%)] — CSS variable: --color-primary: hsl(32, 20%, 88%);