HSL(139, 55%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,55%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 55%, 71%) | color: hsl(139, 55%, 71%) | |
| HEX | #8CDEA6 | color: #8CDEA6 | |
| RGB | rgb(140, 222, 166) | color: rgb(140, 222, 166) | |
| CMYK | cmyk(37%, 0%, 25%, 13%) | — | |
| HSV | hsv(139, 37%, 87%) | — | |
| HWB | hwb(139 55% 13%) | color: hwb(139 55% 13%) | |
| OKLCH | oklch(0.833 0.1129 153.5) | color: oklch(0.833 0.1129 153.5) | |
| Lab | lab(82.15 -36.79 19.75) | color: lab(82.15 -36.79 19.75) | |
| LCH | lch(82.15 41.76 151.77) | color: lch(82.15 41.76 151.77) |
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)
#B0B0B4 — rgb(176, 176, 180)
Deuteranopia (Green-blind)
#ABA5B7 — rgb(171, 165, 183)
Tritanopia (Blue-blind)
#90BEC1 — rgb(144, 190, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 55%, 71%);
text
color: hsl(139, 55%, 71%);
border
border: 2px solid hsl(139, 55%, 71%);
gradient light
background: linear-gradient(to right, hsl(139, 55%, 91%), hsl(139, 55%, 71%));
gradient dark
background: linear-gradient(to right, hsl(139, 55%, 71%), hsl(139, 55%, 51%))
hex
background-color: #8CDEA6;
tailwind
bg-[hsl(139,55%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 55%, 71%, 0.4);
css variable
--color-primary: hsl(139, 55%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 55%, 71%)?
HEX: #8CDEA6 | RGB: rgb(140, 222, 166) | CMYK: 37%, 0%, 25%, 13% | HSV: 139°, 37%, 87%. Copy any format from the conversion table above.
What colors go well with #8CDEA6?
The complementary color is HSL(319, 55%, 71%). 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, 55%, 71%) in CSS?
As HSL: color: hsl(139, 55%, 71%); — As HEX: color: #8CDEA6; — As RGB: color: rgb(140, 222, 166); — Tailwind CSS: bg-[hsl(139,55%,71%)] — CSS variable: --color-primary: hsl(139, 55%, 71%);