HSL(355, 12%, 30%)
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(355,12%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 12%, 30%) | color: hsl(355, 12%, 30%) | |
| HEX | #564345 | color: #564345 | |
| RGB | rgb(86, 67, 69) | color: rgb(86, 67, 69) | |
| CMYK | cmyk(0%, 22%, 20%, 66%) | — | |
| HSV | hsv(354, 22%, 34%) | — | |
| HWB | hwb(354 27% 66%) | color: hwb(354 27% 66%) | |
| OKLCH | oklch(0.4037 0.0264 11.22) | color: oklch(0.4037 0.0264 11.22) | |
| Lab | lab(30.45 8.54 1.91) | color: lab(30.45 8.54 1.91) | |
| LCH | lch(30.45 8.75 12.61) | color: lch(30.45 8.75 12.61) |
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)
#4E4E45 — rgb(78, 78, 69)
Deuteranopia (Green-blind)
#4F5044 — rgb(79, 80, 68)
Tritanopia (Blue-blind)
#554444 — rgb(85, 68, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 12%, 30%);
text
color: hsl(355, 12%, 30%);
border
border: 2px solid hsl(355, 12%, 30%);
gradient light
background: linear-gradient(to right, hsl(355, 12%, 50%), hsl(355, 12%, 30%));
gradient dark
background: linear-gradient(to right, hsl(355, 12%, 30%), hsl(355, 12%, 10%))
hex
background-color: #564345;
tailwind
bg-[hsl(355,12%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 12%, 30%, 0.4);
css variable
--color-primary: hsl(355, 12%, 30%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(355, 12%, 30%)?
HEX: #564345 | RGB: rgb(86, 67, 69) | CMYK: 0%, 22%, 20%, 66% | HSV: 354°, 22%, 34%. Copy any format from the conversion table above.
What colors go well with #564345?
The complementary color is HSL(175, 12%, 30%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 12%, 30%) in CSS?
As HSL: color: hsl(355, 12%, 30%); — As HEX: color: #564345; — As RGB: color: rgb(86, 67, 69); — Tailwind CSS: bg-[hsl(355,12%,30%)] — CSS variable: --color-primary: hsl(355, 12%, 30%);