HSL(139, 53%, 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,53%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 53%, 86%) | color: hsl(139, 53%, 86%) | |
| HEX | #C8EED4 | color: #C8EED4 | |
| RGB | rgb(200, 238, 212) | color: rgb(200, 238, 212) | |
| CMYK | cmyk(16%, 0%, 11%, 7%) | — | |
| HSV | hsv(139, 16%, 93%) | — | |
| HWB | hwb(139 78% 7%) | color: hwb(139 78% 7%) | |
| OKLCH | oklch(0.9149 0.0529 155.33) | color: oklch(0.9149 0.0529 155.33) | |
| Lab | lab(90.86 -17.24 8.5) | color: lab(90.86 -17.24 8.5) | |
| LCH | lch(90.86 19.22 153.75) | color: lch(90.86 19.22 153.75) |
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)
#D8D9DA — rgb(216, 217, 218)
Deuteranopia (Green-blind)
#D6D3DC — rgb(214, 211, 220)
Tritanopia (Blue-blind)
#CADFE0 — rgb(202, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 53%, 86%);
text
color: hsl(139, 53%, 86%);
border
border: 2px solid hsl(139, 53%, 86%);
gradient light
background: linear-gradient(to right, hsl(139, 53%, 100%), hsl(139, 53%, 86%));
gradient dark
background: linear-gradient(to right, hsl(139, 53%, 86%), hsl(139, 53%, 66%))
hex
background-color: #C8EED4;
tailwind
bg-[hsl(139,53%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 53%, 86%, 0.4);
css variable
--color-primary: hsl(139, 53%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(139, 53%, 86%)?
HEX: #C8EED4 | RGB: rgb(200, 238, 212) | CMYK: 16%, 0%, 11%, 7% | HSV: 139°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #C8EED4?
The complementary color is HSL(319, 53%, 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, 53%, 86%) in CSS?
As HSL: color: hsl(139, 53%, 86%); — As HEX: color: #C8EED4; — As RGB: color: rgb(200, 238, 212); — Tailwind CSS: bg-[hsl(139,53%,86%)] — CSS variable: --color-primary: hsl(139, 53%, 86%);