HSL(87, 10%, 39%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(87,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 10%, 39%) | color: hsl(87, 10%, 39%) | |
| HEX | #646D5A | color: #646D5A | |
| RGB | rgb(100, 109, 90) | color: rgb(100, 109, 90) | |
| CMYK | cmyk(8%, 0%, 17%, 57%) | — | |
| HSV | hsv(88, 17%, 43%) | — | |
| HWB | hwb(88 36% 57%) | color: hwb(88 36% 57%) | |
| OKLCH | oklch(0.5213 0.0311 128.14) | color: oklch(0.5213 0.0311 128.14) | |
| Lab | lab(44.78 -7.24 9.48) | color: lab(44.78 -7.24 9.48) | |
| LCH | lch(44.78 11.93 127.37) | color: lch(44.78 11.93 127.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#68685F — rgb(104, 104, 95)
Deuteranopia (Green-blind)
#676760 — rgb(103, 103, 96)
Tritanopia (Blue-blind)
#646263 — rgb(100, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 10%, 39%);
text
color: hsl(87, 10%, 39%);
border
border: 2px solid hsl(87, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(87, 10%, 59%), hsl(87, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(87, 10%, 39%), hsl(87, 10%, 19%))
hex
background-color: #646D5A;
tailwind
bg-[hsl(87,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 10%, 39%, 0.4);
css variable
--color-primary: hsl(87, 10%, 39%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(87, 10%, 39%)?
HEX: #646D5A | RGB: rgb(100, 109, 90) | CMYK: 8%, 0%, 17%, 57% | HSV: 88°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #646D5A?
The complementary color is HSL(267, 10%, 39%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 10%, 39%) in CSS?
As HSL: color: hsl(87, 10%, 39%); — As HEX: color: #646D5A; — As RGB: color: rgb(100, 109, 90); — Tailwind CSS: bg-[hsl(87,10%,39%)] — CSS variable: --color-primary: hsl(87, 10%, 39%);