HSL(85, 62%, 88%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,62%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 62%, 88%) | color: hsl(85, 62%, 88%) | |
| HEX | #E4F3CD | color: #E4F3CD | |
| RGB | rgb(228, 243, 205) | color: rgb(228, 243, 205) | |
| CMYK | cmyk(6%, 0%, 16%, 5%) | — | |
| HSV | hsv(84, 16%, 95%) | — | |
| HWB | hwb(84 80% 5%) | color: hwb(84 80% 5%) | |
| OKLCH | oklch(0.9431 0.0525 124.95) | color: oklch(0.9431 0.0525 124.95) | |
| Lab | lab(93.88 -11.47 16.68) | color: lab(93.88 -11.47 16.68) | |
| LCH | lch(93.88 20.24 124.51) | color: lch(93.88 20.24 124.51) |
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)
#EAEBD6 — rgb(234, 235, 214)
Deuteranopia (Green-blind)
#EAE9D8 — rgb(234, 233, 216)
Tritanopia (Blue-blind)
#E5DDDF — rgb(229, 221, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 62%, 88%);
text
color: hsl(85, 62%, 88%);
border
border: 2px solid hsl(85, 62%, 88%);
gradient light
background: linear-gradient(to right, hsl(85, 62%, 100%), hsl(85, 62%, 88%));
gradient dark
background: linear-gradient(to right, hsl(85, 62%, 88%), hsl(85, 62%, 68%))
hex
background-color: #E4F3CD;
tailwind
bg-[hsl(85,62%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 62%, 88%, 0.4);
css variable
--color-primary: hsl(85, 62%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(85, 62%, 88%)?
HEX: #E4F3CD | RGB: rgb(228, 243, 205) | CMYK: 6%, 0%, 16%, 5% | HSV: 84°, 16%, 95%. Copy any format from the conversion table above.
What colors go well with #E4F3CD?
The complementary color is HSL(265, 62%, 88%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 62%, 88%) in CSS?
As HSL: color: hsl(85, 62%, 88%); — As HEX: color: #E4F3CD; — As RGB: color: rgb(228, 243, 205); — Tailwind CSS: bg-[hsl(85,62%,88%)] — CSS variable: --color-primary: hsl(85, 62%, 88%);