HSL(139, 82%, 86%)
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(139,82%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 82%, 86%) | color: hsl(139, 82%, 86%) | |
| HEX | #BEF9D1 | color: #BEF9D1 | |
| RGB | rgb(190, 249, 209) | color: rgb(190, 249, 209) | |
| CMYK | cmyk(24%, 0%, 16%, 2%) | — | |
| HSV | hsv(139, 24%, 98%) | — | |
| HWB | hwb(139 74% 2%) | color: hwb(139 74% 2%) | |
| OKLCH | oklch(0.9314 0.0806 154.92) | color: oklch(0.9314 0.0806 154.92) | |
| Lab | lab(93.15 -26.32 13.23) | color: lab(93.15 -26.32 13.23) | |
| LCH | lch(93.15 29.46 153.31) | color: lch(93.15 29.46 153.31) |
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)
#D8D8DB — rgb(216, 216, 219)
Deuteranopia (Green-blind)
#D4D0DD — rgb(212, 208, 221)
Tritanopia (Blue-blind)
#C1E2E4 — rgb(193, 226, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 82%, 86%);
text
color: hsl(139, 82%, 86%);
border
border: 2px solid hsl(139, 82%, 86%);
gradient light
background: linear-gradient(to right, hsl(139, 82%, 100%), hsl(139, 82%, 86%));
gradient dark
background: linear-gradient(to right, hsl(139, 82%, 86%), hsl(139, 82%, 66%))
hex
background-color: #BEF9D1;
tailwind
bg-[hsl(139,82%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 82%, 86%, 0.4);
css variable
--color-primary: hsl(139, 82%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(139, 82%, 86%)?
HEX: #BEF9D1 | RGB: rgb(190, 249, 209) | CMYK: 24%, 0%, 16%, 2% | HSV: 139°, 24%, 98%. Copy any format from the conversion table above.
What colors go well with #BEF9D1?
The complementary color is HSL(319, 82%, 86%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 82%, 86%) in CSS?
As HSL: color: hsl(139, 82%, 86%); — As HEX: color: #BEF9D1; — As RGB: color: rgb(190, 249, 209); — Tailwind CSS: bg-[hsl(139,82%,86%)] — CSS variable: --color-primary: hsl(139, 82%, 86%);