HSL(139, 60%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,60%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 60%, 82%) | color: hsl(139, 60%, 82%) | |
| HEX | #B6EDC7 | color: #B6EDC7 | |
| RGB | rgb(182, 237, 199) | color: rgb(182, 237, 199) | |
| CMYK | cmyk(23%, 0%, 16%, 7%) | — | |
| HSV | hsv(139, 23%, 93%) | — | |
| HWB | hwb(139 72% 7%) | color: hwb(139 72% 7%) | |
| OKLCH | oklch(0.8981 0.0765 154.46) | color: oklch(0.8981 0.0765 154.46) | |
| Lab | lab(89.22 -24.91 12.78) | color: lab(89.22 -24.91 12.78) | |
| LCH | lch(89.22 28 152.84) | color: lch(89.22 28 152.84) |
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)
#CECED0 — rgb(206, 206, 208)
Deuteranopia (Green-blind)
#CBC7D2 — rgb(203, 199, 210)
Tritanopia (Blue-blind)
#B9D7D9 — rgb(185, 215, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 60%, 82%);
text
color: hsl(139, 60%, 82%);
border
border: 2px solid hsl(139, 60%, 82%);
gradient light
background: linear-gradient(to right, hsl(139, 60%, 100%), hsl(139, 60%, 82%));
gradient dark
background: linear-gradient(to right, hsl(139, 60%, 82%), hsl(139, 60%, 62%))
hex
background-color: #B6EDC7;
tailwind
bg-[hsl(139,60%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 60%, 82%, 0.4);
css variable
--color-primary: hsl(139, 60%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 60%, 82%)?
HEX: #B6EDC7 | RGB: rgb(182, 237, 199) | CMYK: 23%, 0%, 16%, 7% | HSV: 139°, 23%, 93%. Copy any format from the conversion table above.
What colors go well with #B6EDC7?
The complementary color is HSL(319, 60%, 82%). 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, 60%, 82%) in CSS?
As HSL: color: hsl(139, 60%, 82%); — As HEX: color: #B6EDC7; — As RGB: color: rgb(182, 237, 199); — Tailwind CSS: bg-[hsl(139,60%,82%)] — CSS variable: --color-primary: hsl(139, 60%, 82%);