HSL(125, 72%, 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(125,72%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 72%, 93%) | color: hsl(125, 72%, 93%) | |
| HEX | #E0FAE2 | color: #E0FAE2 | |
| RGB | rgb(224, 250, 226) | color: rgb(224, 250, 226) | |
| CMYK | cmyk(10%, 0%, 10%, 2%) | — | |
| HSV | hsv(125, 10%, 98%) | — | |
| HWB | hwb(125 88% 2%) | color: hwb(125 88% 2%) | |
| OKLCH | oklch(0.9597 0.0418 147.41) | color: oklch(0.9597 0.0418 147.41) | |
| Lab | lab(95.88 -12.81 8.66) | color: lab(95.88 -12.81 8.66) | |
| LCH | lch(95.88 15.46 145.94) | color: lch(95.88 15.46 145.94) |
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)
#EBEBE8 — rgb(235, 235, 232)
Deuteranopia (Green-blind)
#EAE8E9 — rgb(234, 232, 233)
Tritanopia (Blue-blind)
#E1ECED — rgb(225, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 72%, 93%);
text
color: hsl(125, 72%, 93%);
border
border: 2px solid hsl(125, 72%, 93%);
gradient light
background: linear-gradient(to right, hsl(125, 72%, 100%), hsl(125, 72%, 93%));
gradient dark
background: linear-gradient(to right, hsl(125, 72%, 93%), hsl(125, 72%, 73%))
hex
background-color: #E0FAE2;
tailwind
bg-[hsl(125,72%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 72%, 93%, 0.4);
css variable
--color-primary: hsl(125, 72%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(125, 72%, 93%)?
HEX: #E0FAE2 | RGB: rgb(224, 250, 226) | CMYK: 10%, 0%, 10%, 2% | HSV: 125°, 10%, 98%. Copy any format from the conversion table above.
What colors go well with #E0FAE2?
The complementary color is HSL(305, 72%, 93%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 72%, 93%) in CSS?
As HSL: color: hsl(125, 72%, 93%); — As HEX: color: #E0FAE2; — As RGB: color: rgb(224, 250, 226); — Tailwind CSS: bg-[hsl(125,72%,93%)] — CSS variable: --color-primary: hsl(125, 72%, 93%);