HSL(86, 16%, 42%)
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%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 16%, 42%) | color: hsl(86, 16%, 42%) | |
| HEX | #6D7C5A | color: #6D7C5A | |
| RGB | rgb(109, 124, 90) | color: rgb(109, 124, 90) | |
| CMYK | cmyk(12%, 0%, 27%, 51%) | — | |
| HSV | hsv(86, 27%, 49%) | — | |
| HWB | hwb(86 36% 51%) | color: hwb(86 36% 51%) | |
| OKLCH | oklch(0.5645 0.0534 127.37) | color: oklch(0.5645 0.0534 127.37) | |
| Lab | lab(49.98 -12.07 16.78) | color: lab(49.98 -12.07 16.78) | |
| LCH | lch(49.98 20.67 125.73) | color: lch(49.98 20.67 125.73) |
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)
#737462 — rgb(115, 116, 98)
Deuteranopia (Green-blind)
#737264 — rgb(115, 114, 100)
Tritanopia (Blue-blind)
#6E696A — rgb(110, 105, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 16%, 42%);
text
color: hsl(86, 16%, 42%);
border
border: 2px solid hsl(86, 16%, 42%);
gradient light
background: linear-gradient(to right, hsl(86, 16%, 62%), hsl(86, 16%, 42%));
gradient dark
background: linear-gradient(to right, hsl(86, 16%, 42%), hsl(86, 16%, 22%))
hex
background-color: #6D7C5A;
tailwind
bg-[hsl(86,16%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 16%, 42%, 0.4);
css variable
--color-primary: hsl(86, 16%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 16%, 42%)?
HEX: #6D7C5A | RGB: rgb(109, 124, 90) | CMYK: 12%, 0%, 27%, 51% | HSV: 86°, 27%, 49%. Copy any format from the conversion table above.
What colors go well with #6D7C5A?
The complementary color is HSL(266, 16%, 42%). 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%, 42%) in CSS?
As HSL: color: hsl(86, 16%, 42%); — As HEX: color: #6D7C5A; — As RGB: color: rgb(109, 124, 90); — Tailwind CSS: bg-[hsl(86,16%,42%)] — CSS variable: --color-primary: hsl(86, 16%, 42%);