HSL(113, 59%, 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(113,59%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 59%, 93%) | color: hsl(113, 59%, 93%) | |
| HEX | #E5F8E3 | color: #E5F8E3 | |
| RGB | rgb(229, 248, 227) | color: rgb(229, 248, 227) | |
| CMYK | cmyk(8%, 0%, 8%, 3%) | — | |
| HSV | hsv(114, 8%, 97%) | — | |
| HWB | hwb(114 89% 3%) | color: hwb(114 89% 3%) | |
| OKLCH | oklch(0.9595 0.0342 142.62) | color: oklch(0.9595 0.0342 142.62) | |
| Lab | lab(95.72 -9.98 7.96) | color: lab(95.72 -9.98 7.96) | |
| LCH | lch(95.72 12.77 141.42) | color: lch(95.72 12.77 141.42) |
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)
#EDEDE8 — rgb(237, 237, 232)
Deuteranopia (Green-blind)
#ECEBE9 — rgb(236, 235, 233)
Tritanopia (Blue-blind)
#E6ECED — rgb(230, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 59%, 93%);
text
color: hsl(113, 59%, 93%);
border
border: 2px solid hsl(113, 59%, 93%);
gradient light
background: linear-gradient(to right, hsl(113, 59%, 100%), hsl(113, 59%, 93%));
gradient dark
background: linear-gradient(to right, hsl(113, 59%, 93%), hsl(113, 59%, 73%))
hex
background-color: #E5F8E3;
tailwind
bg-[hsl(113,59%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 59%, 93%, 0.4);
css variable
--color-primary: hsl(113, 59%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(113, 59%, 93%)?
HEX: #E5F8E3 | RGB: rgb(229, 248, 227) | CMYK: 8%, 0%, 8%, 3% | HSV: 114°, 8%, 97%. Copy any format from the conversion table above.
What colors go well with #E5F8E3?
The complementary color is HSL(293, 59%, 93%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 59%, 93%) in CSS?
As HSL: color: hsl(113, 59%, 93%); — As HEX: color: #E5F8E3; — As RGB: color: rgb(229, 248, 227); — Tailwind CSS: bg-[hsl(113,59%,93%)] — CSS variable: --color-primary: hsl(113, 59%, 93%);