HSL(86, 20%, 92%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,20%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 20%, 92%) | color: hsl(86, 20%, 92%) | |
| HEX | #EBEFE7 | color: #EBEFE7 | |
| RGB | rgb(235, 239, 231) | color: rgb(235, 239, 231) | |
| CMYK | cmyk(2%, 0%, 3%, 6%) | — | |
| HSV | hsv(90, 3%, 94%) | — | |
| HWB | hwb(90 91% 6%) | color: hwb(90 91% 6%) | |
| OKLCH | oklch(0.9469 0.0114 128.6) | color: oklch(0.9469 0.0114 128.6) | |
| Lab | lab(93.95 -2.74 3.4) | color: lab(93.95 -2.74 3.4) | |
| LCH | lch(93.95 4.37 128.86) | color: lch(93.95 4.37 128.86) |
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)
#EDECE9 — rgb(237, 236, 233)
Tritanopia (Blue-blind)
#EBEAEB — rgb(235, 234, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 20%, 92%);
text
color: hsl(86, 20%, 92%);
border
border: 2px solid hsl(86, 20%, 92%);
gradient light
background: linear-gradient(to right, hsl(86, 20%, 100%), hsl(86, 20%, 92%));
gradient dark
background: linear-gradient(to right, hsl(86, 20%, 92%), hsl(86, 20%, 72%))
hex
background-color: #EBEFE7;
tailwind
bg-[hsl(86,20%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 20%, 92%, 0.4);
css variable
--color-primary: hsl(86, 20%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(86, 20%, 92%)?
HEX: #EBEFE7 | RGB: rgb(235, 239, 231) | CMYK: 2%, 0%, 3%, 6% | HSV: 90°, 3%, 94%. Copy any format from the conversion table above.
What colors go well with #EBEFE7?
The complementary color is HSL(266, 20%, 92%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 20%, 92%) in CSS?
As HSL: color: hsl(86, 20%, 92%); — As HEX: color: #EBEFE7; — As RGB: color: rgb(235, 239, 231); — Tailwind CSS: bg-[hsl(86,20%,92%)] — CSS variable: --color-primary: hsl(86, 20%, 92%);