HSL(86, 54%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,54%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 54%, 52%) | color: hsl(86, 54%, 52%) | |
| HEX | #8DC743 | color: #8DC743 | |
| RGB | rgb(141, 199, 67) | color: rgb(141, 199, 67) | |
| CMYK | cmyk(29%, 0%, 66%, 22%) | — | |
| HSV | hsv(86, 66%, 78%) | — | |
| HWB | hwb(86 27% 22%) | color: hwb(86 27% 22%) | |
| OKLCH | oklch(0.7637 0.1721 130.04) | color: oklch(0.7637 0.1721 130.04) | |
| Lab | lab(74.13 -39.16 57.8) | color: lab(74.13 -39.16 57.8) | |
| LCH | lch(74.13 69.82 124.12) | color: lch(74.13 69.82 124.12) |
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)
#A6A763 — rgb(166, 167, 99)
Deuteranopia (Green-blind)
#A39E6B — rgb(163, 158, 107)
Tritanopia (Blue-blind)
#907C82 — rgb(144, 124, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 54%, 52%);
text
color: hsl(86, 54%, 52%);
border
border: 2px solid hsl(86, 54%, 52%);
gradient light
background: linear-gradient(to right, hsl(86, 54%, 72%), hsl(86, 54%, 52%));
gradient dark
background: linear-gradient(to right, hsl(86, 54%, 52%), hsl(86, 54%, 32%))
hex
background-color: #8DC743;
tailwind
bg-[hsl(86,54%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 54%, 52%, 0.4);
css variable
--color-primary: hsl(86, 54%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 54%, 52%)?
HEX: #8DC743 | RGB: rgb(141, 199, 67) | CMYK: 29%, 0%, 66%, 22% | HSV: 86°, 66%, 78%. Copy any format from the conversion table above.
What colors go well with #8DC743?
The complementary color is HSL(266, 54%, 52%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 54%, 52%) in CSS?
As HSL: color: hsl(86, 54%, 52%); — As HEX: color: #8DC743; — As RGB: color: rgb(141, 199, 67); — Tailwind CSS: bg-[hsl(86,54%,52%)] — CSS variable: --color-primary: hsl(86, 54%, 52%);