HSL(121, 16%, 93%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(121,16%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 16%, 93%) | color: hsl(121, 16%, 93%) | |
| HEX | #EAF0EA | color: #EAF0EA | |
| RGB | rgb(234, 240, 234) | color: rgb(234, 240, 234) | |
| CMYK | cmyk(3%, 0%, 3%, 6%) | — | |
| HSV | hsv(120, 3%, 94%) | — | |
| HWB | hwb(120 91% 6%) | color: hwb(120 91% 6%) | |
| OKLCH | oklch(0.9489 0.0102 145.49) | color: oklch(0.9489 0.0102 145.49) | |
| Lab | lab(94.21 -3.06 2.2) | color: lab(94.21 -3.06 2.2) | |
| LCH | lch(94.21 3.77 144.29) | color: lch(94.21 3.77 144.29) |
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)
#EDEDEB — rgb(237, 237, 235)
Deuteranopia (Green-blind)
#ECECEC — rgb(236, 236, 236)
Tritanopia (Blue-blind)
#EAEDED — rgb(234, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 16%, 93%);
text
color: hsl(121, 16%, 93%);
border
border: 2px solid hsl(121, 16%, 93%);
gradient light
background: linear-gradient(to right, hsl(121, 16%, 100%), hsl(121, 16%, 93%));
gradient dark
background: linear-gradient(to right, hsl(121, 16%, 93%), hsl(121, 16%, 73%))
hex
background-color: #EAF0EA;
tailwind
bg-[hsl(121,16%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 16%, 93%, 0.4);
css variable
--color-primary: hsl(121, 16%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(121, 16%, 93%)?
HEX: #EAF0EA | RGB: rgb(234, 240, 234) | CMYK: 3%, 0%, 3%, 6% | HSV: 120°, 3%, 94%. Copy any format from the conversion table above.
What colors go well with #EAF0EA?
The complementary color is HSL(301, 16%, 93%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 16%, 93%) in CSS?
As HSL: color: hsl(121, 16%, 93%); — As HEX: color: #EAF0EA; — As RGB: color: rgb(234, 240, 234); — Tailwind CSS: bg-[hsl(121,16%,93%)] — CSS variable: --color-primary: hsl(121, 16%, 93%);