HSL(120, 68%, 95%)
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(120,68%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(120, 68%, 95%) | color: hsl(120, 68%, 95%) | |
| HEX | #EAFBEA | color: #EAFBEA | |
| RGB | rgb(234, 251, 234) | color: rgb(234, 251, 234) | |
| CMYK | cmyk(7%, 0%, 7%, 2%) | — | |
| HSV | hsv(120, 7%, 98%) | — | |
| HWB | hwb(120 91% 2%) | color: hwb(120 91% 2%) | |
| OKLCH | oklch(0.9709 0.0287 145.35) | color: oklch(0.9709 0.0287 145.35) | |
| Lab | lab(96.99 -8.6 6.24) | color: lab(96.99 -8.6 6.24) | |
| LCH | lch(96.99 10.63 144.04) | color: lch(96.99 10.63 144.04) |
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)
#F1F2EE — rgb(241, 242, 238)
Deuteranopia (Green-blind)
#F0EFEF — rgb(240, 239, 239)
Tritanopia (Blue-blind)
#EBF1F2 — rgb(235, 241, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(120, 68%, 95%);
text
color: hsl(120, 68%, 95%);
border
border: 2px solid hsl(120, 68%, 95%);
gradient light
background: linear-gradient(to right, hsl(120, 68%, 100%), hsl(120, 68%, 95%));
gradient dark
background: linear-gradient(to right, hsl(120, 68%, 95%), hsl(120, 68%, 75%))
hex
background-color: #EAFBEA;
tailwind
bg-[hsl(120,68%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(120, 68%, 95%, 0.4);
css variable
--color-primary: hsl(120, 68%, 95%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(120, 68%, 95%)?
HEX: #EAFBEA | RGB: rgb(234, 251, 234) | CMYK: 7%, 0%, 7%, 2% | HSV: 120°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #EAFBEA?
The complementary color is HSL(300, 68%, 95%). For a triadic harmony, use hues 120°, 240°, and 0°. For analogous combinations, try hues 90° and 150°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(120, 68%, 95%) in CSS?
As HSL: color: hsl(120, 68%, 95%); — As HEX: color: #EAFBEA; — As RGB: color: rgb(234, 251, 234); — Tailwind CSS: bg-[hsl(120,68%,95%)] — CSS variable: --color-primary: hsl(120, 68%, 95%);