HSL(112, 30%, 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(112,30%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 30%, 95%) | color: hsl(112, 30%, 95%) | |
| HEX | #EFF6EE | color: #EFF6EE | |
| RGB | rgb(239, 246, 238) | color: rgb(239, 246, 238) | |
| CMYK | cmyk(3%, 0%, 3%, 4%) | — | |
| HSV | hsv(113, 3%, 96%) | — | |
| HWB | hwb(113 93% 4%) | color: hwb(113 93% 4%) | |
| OKLCH | oklch(0.9657 0.0129 141.81) | color: oklch(0.9657 0.0129 141.81) | |
| Lab | lab(96.18 -3.73 3.04) | color: lab(96.18 -3.73 3.04) | |
| LCH | lch(96.18 4.81 140.82) | color: lch(96.18 4.81 140.82) |
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)
#F2F2F0 — rgb(242, 242, 240)
Deuteranopia (Green-blind)
#F2F1F0 — rgb(242, 241, 240)
Tritanopia (Blue-blind)
#EFF1F2 — rgb(239, 241, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 30%, 95%);
text
color: hsl(112, 30%, 95%);
border
border: 2px solid hsl(112, 30%, 95%);
gradient light
background: linear-gradient(to right, hsl(112, 30%, 100%), hsl(112, 30%, 95%));
gradient dark
background: linear-gradient(to right, hsl(112, 30%, 95%), hsl(112, 30%, 75%))
hex
background-color: #EFF6EE;
tailwind
bg-[hsl(112,30%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 30%, 95%, 0.4);
css variable
--color-primary: hsl(112, 30%, 95%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 30%, 95%)?
HEX: #EFF6EE | RGB: rgb(239, 246, 238) | CMYK: 3%, 0%, 3%, 4% | HSV: 113°, 3%, 96%. Copy any format from the conversion table above.
What colors go well with #EFF6EE?
The complementary color is HSL(292, 30%, 95%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 30%, 95%) in CSS?
As HSL: color: hsl(112, 30%, 95%); — As HEX: color: #EFF6EE; — As RGB: color: rgb(239, 246, 238); — Tailwind CSS: bg-[hsl(112,30%,95%)] — CSS variable: --color-primary: hsl(112, 30%, 95%);