HSL(71, 16%, 92%)
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(71,16%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 16%, 92%) | color: hsl(71, 16%, 92%) | |
| HEX | #EDEEE7 | color: #EDEEE7 | |
| RGB | rgb(237, 238, 231) | color: rgb(237, 238, 231) | |
| CMYK | cmyk(0%, 0%, 3%, 7%) | — | |
| HSV | hsv(69, 3%, 93%) | — | |
| HWB | hwb(69 90% 7%) | color: hwb(69 90% 7%) | |
| OKLCH | oklch(0.9464 0.0094 113.16) | color: oklch(0.9464 0.0094 113.16) | |
| Lab | lab(93.85 -1.56 3.26) | color: lab(93.85 -1.56 3.26) | |
| LCH | lch(93.85 3.61 115.57) | color: lch(93.85 3.61 115.57) |
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)
#EDEDE9 — rgb(237, 237, 233)
Deuteranopia (Green-blind)
#EDEDE9 — rgb(237, 237, 233)
Tritanopia (Blue-blind)
#EDEAEA — rgb(237, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 16%, 92%);
text
color: hsl(71, 16%, 92%);
border
border: 2px solid hsl(71, 16%, 92%);
gradient light
background: linear-gradient(to right, hsl(71, 16%, 100%), hsl(71, 16%, 92%));
gradient dark
background: linear-gradient(to right, hsl(71, 16%, 92%), hsl(71, 16%, 72%))
hex
background-color: #EDEEE7;
tailwind
bg-[hsl(71,16%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 16%, 92%, 0.4);
css variable
--color-primary: hsl(71, 16%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(71, 16%, 92%)?
HEX: #EDEEE7 | RGB: rgb(237, 238, 231) | CMYK: 0%, 0%, 3%, 7% | HSV: 69°, 3%, 93%. Copy any format from the conversion table above.
What colors go well with #EDEEE7?
The complementary color is HSL(251, 16%, 92%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 16%, 92%) in CSS?
As HSL: color: hsl(71, 16%, 92%); — As HEX: color: #EDEEE7; — As RGB: color: rgb(237, 238, 231); — Tailwind CSS: bg-[hsl(71,16%,92%)] — CSS variable: --color-primary: hsl(71, 16%, 92%);