HSL(37, 13%, 88%)
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(37,13%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 13%, 88%) | color: hsl(37, 13%, 88%) | |
| HEX | #E4E1DC | color: #E4E1DC | |
| RGB | rgb(228, 225, 220) | color: rgb(228, 225, 220) | |
| CMYK | cmyk(0%, 1%, 4%, 11%) | — | |
| HSV | hsv(37, 4%, 89%) | — | |
| HWB | hwb(37 85% 11%) | color: hwb(37 85% 11%) | |
| OKLCH | oklch(0.9107 0.0075 80.72) | color: oklch(0.9107 0.0075 80.72) | |
| Lab | lab(89.63 0.14 2.8) | color: lab(89.63 0.14 2.8) | |
| LCH | lch(89.63 2.8 87.14) | color: lch(89.63 2.8 87.14) |
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)
#E3E3DD — rgb(227, 227, 221)
Deuteranopia (Green-blind)
#E3E3DE — rgb(227, 227, 222)
Tritanopia (Blue-blind)
#E4DEDE — rgb(228, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 13%, 88%);
text
color: hsl(37, 13%, 88%);
border
border: 2px solid hsl(37, 13%, 88%);
gradient light
background: linear-gradient(to right, hsl(37, 13%, 100%), hsl(37, 13%, 88%));
gradient dark
background: linear-gradient(to right, hsl(37, 13%, 88%), hsl(37, 13%, 68%))
hex
background-color: #E4E1DC;
tailwind
bg-[hsl(37,13%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 13%, 88%, 0.4);
css variable
--color-primary: hsl(37, 13%, 88%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 13%, 88%)?
HEX: #E4E1DC | RGB: rgb(228, 225, 220) | CMYK: 0%, 1%, 4%, 11% | HSV: 37°, 4%, 89%. Copy any format from the conversion table above.
What colors go well with #E4E1DC?
The complementary color is HSL(217, 13%, 88%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 13%, 88%) in CSS?
As HSL: color: hsl(37, 13%, 88%); — As HEX: color: #E4E1DC; — As RGB: color: rgb(228, 225, 220); — Tailwind CSS: bg-[hsl(37,13%,88%)] — CSS variable: --color-primary: hsl(37, 13%, 88%);