HSL(22, 15%, 90%)
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(22,15%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 15%, 90%) | color: hsl(22, 15%, 90%) | |
| HEX | #E9E4E2 | color: #E9E4E2 | |
| RGB | rgb(233, 228, 226) | color: rgb(233, 228, 226) | |
| CMYK | cmyk(0%, 2%, 3%, 9%) | — | |
| HSV | hsv(17, 3%, 91%) | — | |
| HWB | hwb(17 88% 9%) | color: hwb(17 88% 9%) | |
| OKLCH | oklch(0.9222 0.0061 43.33) | color: oklch(0.9222 0.0061 43.33) | |
| Lab | lab(90.92 1.34 1.57) | color: lab(90.92 1.34 1.57) | |
| LCH | lch(90.92 2.06 49.52) | color: lch(90.92 2.06 49.52) |
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)
#E7E7E2 — rgb(231, 231, 226)
Deuteranopia (Green-blind)
#E7E8E3 — rgb(231, 232, 227)
Tritanopia (Blue-blind)
#E9E3E3 — rgb(233, 227, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 15%, 90%);
text
color: hsl(22, 15%, 90%);
border
border: 2px solid hsl(22, 15%, 90%);
gradient light
background: linear-gradient(to right, hsl(22, 15%, 100%), hsl(22, 15%, 90%));
gradient dark
background: linear-gradient(to right, hsl(22, 15%, 90%), hsl(22, 15%, 70%))
hex
background-color: #E9E4E2;
tailwind
bg-[hsl(22,15%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 15%, 90%, 0.4);
css variable
--color-primary: hsl(22, 15%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 15%, 90%)?
HEX: #E9E4E2 | RGB: rgb(233, 228, 226) | CMYK: 0%, 2%, 3%, 9% | HSV: 17°, 3%, 91%. Copy any format from the conversion table above.
What colors go well with #E9E4E2?
The complementary color is HSL(202, 15%, 90%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 15%, 90%) in CSS?
As HSL: color: hsl(22, 15%, 90%); — As HEX: color: #E9E4E2; — As RGB: color: rgb(233, 228, 226); — Tailwind CSS: bg-[hsl(22,15%,90%)] — CSS variable: --color-primary: hsl(22, 15%, 90%);