HSL(9, 12%, 35%)
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(9,12%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 12%, 35%) | color: hsl(9, 12%, 35%) | |
| HEX | #64524F | color: #64524F | |
| RGB | rgb(100, 82, 79) | color: rgb(100, 82, 79) | |
| CMYK | cmyk(0%, 18%, 21%, 61%) | — | |
| HSV | hsv(9, 21%, 39%) | — | |
| HWB | hwb(9 31% 61%) | color: hwb(9 31% 61%) | |
| OKLCH | oklch(0.4558 0.0246 29.13) | color: oklch(0.4558 0.0246 29.13) | |
| Lab | lab(36.57 6.93 4.56) | color: lab(36.57 6.93 4.56) | |
| LCH | lch(36.57 8.3 33.35) | color: lch(36.57 8.3 33.35) |
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)
#5C5C50 — rgb(92, 92, 80)
Deuteranopia (Green-blind)
#5D5F50 — rgb(93, 95, 80)
Tritanopia (Blue-blind)
#635050 — rgb(99, 80, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 12%, 35%);
text
color: hsl(9, 12%, 35%);
border
border: 2px solid hsl(9, 12%, 35%);
gradient light
background: linear-gradient(to right, hsl(9, 12%, 55%), hsl(9, 12%, 35%));
gradient dark
background: linear-gradient(to right, hsl(9, 12%, 35%), hsl(9, 12%, 15%))
hex
background-color: #64524F;
tailwind
bg-[hsl(9,12%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 12%, 35%, 0.4);
css variable
--color-primary: hsl(9, 12%, 35%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(9, 12%, 35%)?
HEX: #64524F | RGB: rgb(100, 82, 79) | CMYK: 0%, 18%, 21%, 61% | HSV: 9°, 21%, 39%. Copy any format from the conversion table above.
What colors go well with #64524F?
The complementary color is HSL(189, 12%, 35%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 12%, 35%) in CSS?
As HSL: color: hsl(9, 12%, 35%); — As HEX: color: #64524F; — As RGB: color: rgb(100, 82, 79); — Tailwind CSS: bg-[hsl(9,12%,35%)] — CSS variable: --color-primary: hsl(9, 12%, 35%);