HSL(80, 10%, 31%)
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(80,10%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 10%, 31%) | color: hsl(80, 10%, 31%) | |
| HEX | #525747 | color: #525747 | |
| RGB | rgb(82, 87, 71) | color: rgb(82, 87, 71) | |
| CMYK | cmyk(6%, 0%, 18%, 66%) | — | |
| HSV | hsv(79, 18%, 34%) | — | |
| HWB | hwb(79 28% 66%) | color: hwb(79 28% 66%) | |
| OKLCH | oklch(0.4473 0.0261 121.57) | color: oklch(0.4473 0.0261 121.57) | |
| Lab | lab(36.11 -5.26 8.64) | color: lab(36.11 -5.26 8.64) | |
| LCH | lch(36.11 10.12 121.33) | color: lch(36.11 10.12 121.33) |
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)
#54544B — rgb(84, 84, 75)
Deuteranopia (Green-blind)
#54544C — rgb(84, 84, 76)
Tritanopia (Blue-blind)
#524E4F — rgb(82, 78, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 10%, 31%);
text
color: hsl(80, 10%, 31%);
border
border: 2px solid hsl(80, 10%, 31%);
gradient light
background: linear-gradient(to right, hsl(80, 10%, 51%), hsl(80, 10%, 31%));
gradient dark
background: linear-gradient(to right, hsl(80, 10%, 31%), hsl(80, 10%, 11%))
hex
background-color: #525747;
tailwind
bg-[hsl(80,10%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 10%, 31%, 0.4);
css variable
--color-primary: hsl(80, 10%, 31%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(80, 10%, 31%)?
HEX: #525747 | RGB: rgb(82, 87, 71) | CMYK: 6%, 0%, 18%, 66% | HSV: 79°, 18%, 34%. Copy any format from the conversion table above.
What colors go well with #525747?
The complementary color is HSL(260, 10%, 31%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 10%, 31%) in CSS?
As HSL: color: hsl(80, 10%, 31%); — As HEX: color: #525747; — As RGB: color: rgb(82, 87, 71); — Tailwind CSS: bg-[hsl(80,10%,31%)] — CSS variable: --color-primary: hsl(80, 10%, 31%);