HSL(86, 16%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(86,16%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 16%, 55%) | color: hsl(86, 16%, 55%) | |
| HEX | #8F9F7A | color: #8F9F7A | |
| RGB | rgb(143, 159, 122) | color: rgb(143, 159, 122) | |
| CMYK | cmyk(10%, 0%, 23%, 38%) | — | |
| HSV | hsv(86, 23%, 62%) | — | |
| HWB | hwb(86 48% 38%) | color: hwb(86 48% 38%) | |
| OKLCH | oklch(0.6798 0.0556 126.84) | color: oklch(0.6798 0.0556 126.84) | |
| Lab | lab(63.38 -12.49 17.47) | color: lab(63.38 -12.49 17.47) | |
| LCH | lch(63.38 21.48 125.56) | color: lch(63.38 21.48 125.56) |
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)
#969683 — rgb(150, 150, 131)
Deuteranopia (Green-blind)
#959485 — rgb(149, 148, 133)
Tritanopia (Blue-blind)
#908A8C — rgb(144, 138, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 16%, 55%);
text
color: hsl(86, 16%, 55%);
border
border: 2px solid hsl(86, 16%, 55%);
gradient light
background: linear-gradient(to right, hsl(86, 16%, 75%), hsl(86, 16%, 55%));
gradient dark
background: linear-gradient(to right, hsl(86, 16%, 55%), hsl(86, 16%, 35%))
hex
background-color: #8F9F7A;
tailwind
bg-[hsl(86,16%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 16%, 55%, 0.4);
css variable
--color-primary: hsl(86, 16%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 16%, 55%)?
HEX: #8F9F7A | RGB: rgb(143, 159, 122) | CMYK: 10%, 0%, 23%, 38% | HSV: 86°, 23%, 62%. Copy any format from the conversion table above.
What colors go well with #8F9F7A?
The complementary color is HSL(266, 16%, 55%). 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, 16%, 55%) in CSS?
As HSL: color: hsl(86, 16%, 55%); — As HEX: color: #8F9F7A; — As RGB: color: rgb(143, 159, 122); — Tailwind CSS: bg-[hsl(86,16%,55%)] — CSS variable: --color-primary: hsl(86, 16%, 55%);