HSL(141, 79%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,79%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 79%, 75%) | color: hsl(141, 79%, 75%) | |
| HEX | #8DF2B0 | color: #8DF2B0 | |
| RGB | rgb(141, 242, 176) | color: rgb(141, 242, 176) | |
| CMYK | cmyk(42%, 0%, 27%, 5%) | — | |
| HSV | hsv(141, 42%, 95%) | — | |
| HWB | hwb(141 55% 5%) | color: hwb(141 55% 5%) | |
| OKLCH | oklch(0.8822 0.1328 154.09) | color: oklch(0.8822 0.1328 154.09) | |
| Lab | lab(88.11 -43.6 22.82) | color: lab(88.11 -43.6 22.82) | |
| LCH | lch(88.11 49.21 152.37) | color: lch(88.11 49.21 152.37) |
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)
#B9BAC0 — rgb(185, 186, 192)
Deuteranopia (Green-blind)
#B3ABC4 — rgb(179, 171, 196)
Tritanopia (Blue-blind)
#92CDCF — rgb(146, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 79%, 75%);
text
color: hsl(141, 79%, 75%);
border
border: 2px solid hsl(141, 79%, 75%);
gradient light
background: linear-gradient(to right, hsl(141, 79%, 95%), hsl(141, 79%, 75%));
gradient dark
background: linear-gradient(to right, hsl(141, 79%, 75%), hsl(141, 79%, 55%))
hex
background-color: #8DF2B0;
tailwind
bg-[hsl(141,79%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 79%, 75%, 0.4);
css variable
--color-primary: hsl(141, 79%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 79%, 75%)?
HEX: #8DF2B0 | RGB: rgb(141, 242, 176) | CMYK: 42%, 0%, 27%, 5% | HSV: 141°, 42%, 95%. Copy any format from the conversion table above.
What colors go well with #8DF2B0?
The complementary color is HSL(321, 79%, 75%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 79%, 75%) in CSS?
As HSL: color: hsl(141, 79%, 75%); — As HEX: color: #8DF2B0; — As RGB: color: rgb(141, 242, 176); — Tailwind CSS: bg-[hsl(141,79%,75%)] — CSS variable: --color-primary: hsl(141, 79%, 75%);