HSL(112, 57%, 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,57%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 57%, 95%) | color: hsl(112, 57%, 95%) | |
| HEX | #EDFAEB | color: #EDFAEB | |
| RGB | rgb(237, 250, 235) | color: rgb(237, 250, 235) | |
| CMYK | cmyk(5%, 0%, 6%, 2%) | — | |
| HSV | hsv(112, 6%, 98%) | — | |
| HWB | hwb(112 92% 2%) | color: hwb(112 92% 2%) | |
| OKLCH | oklch(0.9713 0.024 141.52) | color: oklch(0.9713 0.024 141.52) | |
| Lab | lab(96.97 -6.93 5.72) | color: lab(96.97 -6.93 5.72) | |
| LCH | lch(96.97 8.99 140.46) | color: lch(96.97 8.99 140.46) |
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)
#F3F3EF — rgb(243, 243, 239)
Deuteranopia (Green-blind)
#F2F1F0 — rgb(242, 241, 240)
Tritanopia (Blue-blind)
#EEF1F2 — rgb(238, 241, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 57%, 95%);
text
color: hsl(112, 57%, 95%);
border
border: 2px solid hsl(112, 57%, 95%);
gradient light
background: linear-gradient(to right, hsl(112, 57%, 100%), hsl(112, 57%, 95%));
gradient dark
background: linear-gradient(to right, hsl(112, 57%, 95%), hsl(112, 57%, 75%))
hex
background-color: #EDFAEB;
tailwind
bg-[hsl(112,57%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 57%, 95%, 0.4);
css variable
--color-primary: hsl(112, 57%, 95%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 57%, 95%)?
HEX: #EDFAEB | RGB: rgb(237, 250, 235) | CMYK: 5%, 0%, 6%, 2% | HSV: 112°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #EDFAEB?
The complementary color is HSL(292, 57%, 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, 57%, 95%) in CSS?
As HSL: color: hsl(112, 57%, 95%); — As HEX: color: #EDFAEB; — As RGB: color: rgb(237, 250, 235); — Tailwind CSS: bg-[hsl(112,57%,95%)] — CSS variable: --color-primary: hsl(112, 57%, 95%);