HSL(100, 85%, 93%)
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(100,85%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 85%, 93%) | color: hsl(100, 85%, 93%) | |
| HEX | #E8FCDE | color: #E8FCDE | |
| RGB | rgb(232, 252, 222) | color: rgb(232, 252, 222) | |
| CMYK | cmyk(8%, 0%, 12%, 1%) | — | |
| HSV | hsv(100, 12%, 99%) | — | |
| HWB | hwb(100 87% 1%) | color: hwb(100 87% 1%) | |
| OKLCH | oklch(0.9685 0.0447 135.06) | color: oklch(0.9685 0.0447 135.06) | |
| Lab | lab(96.84 -11.81 12.16) | color: lab(96.84 -11.81 12.16) | |
| LCH | lch(96.84 16.95 134.16) | color: lch(96.84 16.95 134.16) |
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)
#F1F1E5 — rgb(241, 241, 229)
Deuteranopia (Green-blind)
#F0EEE7 — rgb(240, 238, 231)
Tritanopia (Blue-blind)
#E9EBEC — rgb(233, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 85%, 93%);
text
color: hsl(100, 85%, 93%);
border
border: 2px solid hsl(100, 85%, 93%);
gradient light
background: linear-gradient(to right, hsl(100, 85%, 100%), hsl(100, 85%, 93%));
gradient dark
background: linear-gradient(to right, hsl(100, 85%, 93%), hsl(100, 85%, 73%))
hex
background-color: #E8FCDE;
tailwind
bg-[hsl(100,85%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 85%, 93%, 0.4);
css variable
--color-primary: hsl(100, 85%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(100, 85%, 93%)?
HEX: #E8FCDE | RGB: rgb(232, 252, 222) | CMYK: 8%, 0%, 12%, 1% | HSV: 100°, 12%, 99%. Copy any format from the conversion table above.
What colors go well with #E8FCDE?
The complementary color is HSL(280, 85%, 93%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 85%, 93%) in CSS?
As HSL: color: hsl(100, 85%, 93%); — As HEX: color: #E8FCDE; — As RGB: color: rgb(232, 252, 222); — Tailwind CSS: bg-[hsl(100,85%,93%)] — CSS variable: --color-primary: hsl(100, 85%, 93%);