HSL(68, 30%, 87%)
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(68,30%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 30%, 87%) | color: hsl(68, 30%, 87%) | |
| HEX | #E5E8D4 | color: #E5E8D4 | |
| RGB | rgb(229, 232, 212) | color: rgb(229, 232, 212) | |
| CMYK | cmyk(1%, 0%, 9%, 9%) | — | |
| HSV | hsv(69, 9%, 91%) | — | |
| HWB | hwb(69 83% 9%) | color: hwb(69 83% 9%) | |
| OKLCH | oklch(0.9233 0.0268 113.85) | color: oklch(0.9233 0.0268 113.85) | |
| Lab | lab(91.29 -4.46 9.38) | color: lab(91.29 -4.46 9.38) | |
| LCH | lch(91.29 10.39 115.43) | color: lch(91.29 10.39 115.43) |
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)
#E6E6D9 — rgb(230, 230, 217)
Deuteranopia (Green-blind)
#E6E6DA — rgb(230, 230, 218)
Tritanopia (Blue-blind)
#E5DDDE — rgb(229, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 30%, 87%);
text
color: hsl(68, 30%, 87%);
border
border: 2px solid hsl(68, 30%, 87%);
gradient light
background: linear-gradient(to right, hsl(68, 30%, 100%), hsl(68, 30%, 87%));
gradient dark
background: linear-gradient(to right, hsl(68, 30%, 87%), hsl(68, 30%, 67%))
hex
background-color: #E5E8D4;
tailwind
bg-[hsl(68,30%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 30%, 87%, 0.4);
css variable
--color-primary: hsl(68, 30%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(68, 30%, 87%)?
HEX: #E5E8D4 | RGB: rgb(229, 232, 212) | CMYK: 1%, 0%, 9%, 9% | HSV: 69°, 9%, 91%. Copy any format from the conversion table above.
What colors go well with #E5E8D4?
The complementary color is HSL(248, 30%, 87%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 30%, 87%) in CSS?
As HSL: color: hsl(68, 30%, 87%); — As HEX: color: #E5E8D4; — As RGB: color: rgb(229, 232, 212); — Tailwind CSS: bg-[hsl(68,30%,87%)] — CSS variable: --color-primary: hsl(68, 30%, 87%);