HSL(102, 30%, 94%)
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(102,30%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 30%, 94%) | color: hsl(102, 30%, 94%) | |
| HEX | #EEF4EB | color: #EEF4EB | |
| RGB | rgb(238, 244, 235) | color: rgb(238, 244, 235) | |
| CMYK | cmyk(2%, 0%, 4%, 4%) | — | |
| HSV | hsv(100, 4%, 96%) | — | |
| HWB | hwb(100 92% 4%) | color: hwb(100 92% 4%) | |
| OKLCH | oklch(0.9601 0.0135 134.9) | color: oklch(0.9601 0.0135 134.9) | |
| Lab | lab(95.53 -3.58 3.64) | color: lab(95.53 -3.58 3.64) | |
| LCH | lch(95.53 5.11 134.52) | color: lch(95.53 5.11 134.52) |
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)
#F1F1ED — rgb(241, 241, 237)
Deuteranopia (Green-blind)
#F0F0EE — rgb(240, 240, 238)
Tritanopia (Blue-blind)
#EEEFEF — rgb(238, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 30%, 94%);
text
color: hsl(102, 30%, 94%);
border
border: 2px solid hsl(102, 30%, 94%);
gradient light
background: linear-gradient(to right, hsl(102, 30%, 100%), hsl(102, 30%, 94%));
gradient dark
background: linear-gradient(to right, hsl(102, 30%, 94%), hsl(102, 30%, 74%))
hex
background-color: #EEF4EB;
tailwind
bg-[hsl(102,30%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 30%, 94%, 0.4);
css variable
--color-primary: hsl(102, 30%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(102, 30%, 94%)?
HEX: #EEF4EB | RGB: rgb(238, 244, 235) | CMYK: 2%, 0%, 4%, 4% | HSV: 100°, 4%, 96%. Copy any format from the conversion table above.
What colors go well with #EEF4EB?
The complementary color is HSL(282, 30%, 94%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 30%, 94%) in CSS?
As HSL: color: hsl(102, 30%, 94%); — As HEX: color: #EEF4EB; — As RGB: color: rgb(238, 244, 235); — Tailwind CSS: bg-[hsl(102,30%,94%)] — CSS variable: --color-primary: hsl(102, 30%, 94%);