HSL(92, 67%, 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(92,67%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 67%, 93%) | color: hsl(92, 67%, 93%) | |
| HEX | #ECF9E1 | color: #ECF9E1 | |
| RGB | rgb(236, 249, 225) | color: rgb(236, 249, 225) | |
| CMYK | cmyk(5%, 0%, 10%, 2%) | — | |
| HSV | hsv(93, 10%, 98%) | — | |
| HWB | hwb(93 88% 2%) | color: hwb(93 88% 2%) | |
| OKLCH | oklch(0.966 0.0344 130.46) | color: oklch(0.966 0.0344 130.46) | |
| Lab | lab(96.42 -8.47 10.06) | color: lab(96.42 -8.47 10.06) | |
| LCH | lch(96.42 13.15 130.1) | color: lch(96.42 13.15 130.1) |
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)
#F2F2E7 — rgb(242, 242, 231)
Deuteranopia (Green-blind)
#F1F0E8 — rgb(241, 240, 232)
Tritanopia (Blue-blind)
#EDEBEC — rgb(237, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 67%, 93%);
text
color: hsl(92, 67%, 93%);
border
border: 2px solid hsl(92, 67%, 93%);
gradient light
background: linear-gradient(to right, hsl(92, 67%, 100%), hsl(92, 67%, 93%));
gradient dark
background: linear-gradient(to right, hsl(92, 67%, 93%), hsl(92, 67%, 73%))
hex
background-color: #ECF9E1;
tailwind
bg-[hsl(92,67%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 67%, 93%, 0.4);
css variable
--color-primary: hsl(92, 67%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(92, 67%, 93%)?
HEX: #ECF9E1 | RGB: rgb(236, 249, 225) | CMYK: 5%, 0%, 10%, 2% | HSV: 93°, 10%, 98%. Copy any format from the conversion table above.
What colors go well with #ECF9E1?
The complementary color is HSL(272, 67%, 93%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 67%, 93%) in CSS?
As HSL: color: hsl(92, 67%, 93%); — As HEX: color: #ECF9E1; — As RGB: color: rgb(236, 249, 225); — Tailwind CSS: bg-[hsl(92,67%,93%)] — CSS variable: --color-primary: hsl(92, 67%, 93%);