HSL(135, 20%, 90%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(135,20%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 20%, 90%) | color: hsl(135, 20%, 90%) | |
| HEX | #E0EBE3 | color: #E0EBE3 | |
| RGB | rgb(224, 235, 227) | color: rgb(224, 235, 227) | |
| CMYK | cmyk(5%, 0%, 3%, 8%) | — | |
| HSV | hsv(136, 5%, 92%) | — | |
| HWB | hwb(136 87% 8%) | color: hwb(136 87% 8%) | |
| OKLCH | oklch(0.9295 0.0158 154.46) | color: oklch(0.9295 0.0158 154.46) | |
| Lab | lab(92.05 -5.1 2.61) | color: lab(92.05 -5.1 2.61) | |
| LCH | lch(92.05 5.73 152.9) | color: lch(92.05 5.73 152.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)
#E5E5E5 — rgb(229, 229, 229)
Deuteranopia (Green-blind)
#E4E3E5 — rgb(228, 227, 229)
Tritanopia (Blue-blind)
#E1E6E7 — rgb(225, 230, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 20%, 90%);
text
color: hsl(135, 20%, 90%);
border
border: 2px solid hsl(135, 20%, 90%);
gradient light
background: linear-gradient(to right, hsl(135, 20%, 100%), hsl(135, 20%, 90%));
gradient dark
background: linear-gradient(to right, hsl(135, 20%, 90%), hsl(135, 20%, 70%))
hex
background-color: #E0EBE3;
tailwind
bg-[hsl(135,20%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 20%, 90%, 0.4);
css variable
--color-primary: hsl(135, 20%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(135, 20%, 90%)?
HEX: #E0EBE3 | RGB: rgb(224, 235, 227) | CMYK: 5%, 0%, 3%, 8% | HSV: 136°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #E0EBE3?
The complementary color is HSL(315, 20%, 90%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 20%, 90%) in CSS?
As HSL: color: hsl(135, 20%, 90%); — As HEX: color: #E0EBE3; — As RGB: color: rgb(224, 235, 227); — Tailwind CSS: bg-[hsl(135,20%,90%)] — CSS variable: --color-primary: hsl(135, 20%, 90%);