HSL(129, 92%, 96%)
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(129,92%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 92%, 96%) | color: hsl(129, 92%, 96%) | |
| HEX | #EBFEEE | color: #EBFEEE | |
| RGB | rgb(235, 254, 238) | color: rgb(235, 254, 238) | |
| CMYK | cmyk(7%, 0%, 6%, 0%) | — | |
| HSV | hsv(129, 7%, 100%) | — | |
| HWB | hwb(129 93% 0%) | color: hwb(129 93% 0%) | |
| OKLCH | oklch(0.9787 0.029 150.12) | color: oklch(0.9787 0.029 150.12) | |
| Lab | lab(97.92 -9.06 5.53) | color: lab(97.92 -9.06 5.53) | |
| LCH | lch(97.92 10.61 148.6) | color: lch(97.92 10.61 148.6) |
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)
#F3F3F2 — rgb(243, 243, 242)
Deuteranopia (Green-blind)
#F2F1F3 — rgb(242, 241, 243)
Tritanopia (Blue-blind)
#ECF5F6 — rgb(236, 245, 246)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 92%, 96%);
text
color: hsl(129, 92%, 96%);
border
border: 2px solid hsl(129, 92%, 96%);
gradient light
background: linear-gradient(to right, hsl(129, 92%, 100%), hsl(129, 92%, 96%));
gradient dark
background: linear-gradient(to right, hsl(129, 92%, 96%), hsl(129, 92%, 76%))
hex
background-color: #EBFEEE;
tailwind
bg-[hsl(129,92%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 92%, 96%, 0.4);
css variable
--color-primary: hsl(129, 92%, 96%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(129, 92%, 96%)?
HEX: #EBFEEE | RGB: rgb(235, 254, 238) | CMYK: 7%, 0%, 6%, 0% | HSV: 129°, 7%, 100%. Copy any format from the conversion table above.
What colors go well with #EBFEEE?
The complementary color is HSL(309, 92%, 96%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 92%, 96%) in CSS?
As HSL: color: hsl(129, 92%, 96%); — As HEX: color: #EBFEEE; — As RGB: color: rgb(235, 254, 238); — Tailwind CSS: bg-[hsl(129,92%,96%)] — CSS variable: --color-primary: hsl(129, 92%, 96%);