HSL(359, 10%, 31%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(359,10%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 10%, 31%) | color: hsl(359, 10%, 31%) | |
| HEX | #574747 | color: #574747 | |
| RGB | rgb(87, 71, 71) | color: rgb(87, 71, 71) | |
| CMYK | cmyk(0%, 18%, 18%, 66%) | — | |
| HSV | hsv(0, 18%, 34%) | — | |
| HWB | hwb(0 28% 66%) | color: hwb(0 28% 66%) | |
| OKLCH | oklch(0.4145 0.0219 18.07) | color: oklch(0.4145 0.0219 18.07) | |
| Lab | lab(31.78 6.79 2.55) | color: lab(31.78 6.79 2.55) | |
| LCH | lch(31.78 7.25 20.58) | color: lch(31.78 7.25 20.58) |
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)
#505047 — rgb(80, 80, 71)
Deuteranopia (Green-blind)
#515247 — rgb(81, 82, 71)
Tritanopia (Blue-blind)
#564747 — rgb(86, 71, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 10%, 31%);
text
color: hsl(359, 10%, 31%);
border
border: 2px solid hsl(359, 10%, 31%);
gradient light
background: linear-gradient(to right, hsl(359, 10%, 51%), hsl(359, 10%, 31%));
gradient dark
background: linear-gradient(to right, hsl(359, 10%, 31%), hsl(359, 10%, 11%))
hex
background-color: #574747;
tailwind
bg-[hsl(359,10%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 10%, 31%, 0.4);
css variable
--color-primary: hsl(359, 10%, 31%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(359, 10%, 31%)?
HEX: #574747 | RGB: rgb(87, 71, 71) | CMYK: 0%, 18%, 18%, 66% | HSV: 0°, 18%, 34%. Copy any format from the conversion table above.
What colors go well with #574747?
The complementary color is HSL(179, 10%, 31%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 10%, 31%) in CSS?
As HSL: color: hsl(359, 10%, 31%); — As HEX: color: #574747; — As RGB: color: rgb(87, 71, 71); — Tailwind CSS: bg-[hsl(359,10%,31%)] — CSS variable: --color-primary: hsl(359, 10%, 31%);