HSL(3, 10%, 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(3,10%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 10%, 30%) | color: hsl(3, 10%, 30%) | |
| HEX | #544645 | color: #544645 | |
| RGB | rgb(84, 70, 69) | color: rgb(84, 70, 69) | |
| CMYK | cmyk(0%, 17%, 18%, 67%) | — | |
| HSV | hsv(4, 18%, 33%) | — | |
| HWB | hwb(4 27% 67%) | color: hwb(4 27% 67%) | |
| OKLCH | oklch(0.4082 0.0193 22.8) | color: oklch(0.4082 0.0193 22.8) | |
| Lab | lab(31.1 5.76 2.82) | color: lab(31.1 5.76 2.82) | |
| LCH | lch(31.1 6.41 26.09) | color: lch(31.1 6.41 26.09) |
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)
#4F5045 — rgb(79, 80, 69)
Tritanopia (Blue-blind)
#534545 — rgb(83, 69, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 10%, 30%);
text
color: hsl(3, 10%, 30%);
border
border: 2px solid hsl(3, 10%, 30%);
gradient light
background: linear-gradient(to right, hsl(3, 10%, 50%), hsl(3, 10%, 30%));
gradient dark
background: linear-gradient(to right, hsl(3, 10%, 30%), hsl(3, 10%, 10%))
hex
background-color: #544645;
tailwind
bg-[hsl(3,10%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 10%, 30%, 0.4);
css variable
--color-primary: hsl(3, 10%, 30%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(3, 10%, 30%)?
HEX: #544645 | RGB: rgb(84, 70, 69) | CMYK: 0%, 17%, 18%, 67% | HSV: 4°, 18%, 33%. Copy any format from the conversion table above.
What colors go well with #544645?
The complementary color is HSL(183, 10%, 30%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 10%, 30%) in CSS?
As HSL: color: hsl(3, 10%, 30%); — As HEX: color: #544645; — As RGB: color: rgb(84, 70, 69); — Tailwind CSS: bg-[hsl(3,10%,30%)] — CSS variable: --color-primary: hsl(3, 10%, 30%);