HSL(350, 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(350,10%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 10%, 30%) | color: hsl(350, 10%, 30%) | |
| HEX | #544547 | color: #544547 | |
| RGB | rgb(84, 69, 71) | color: rgb(84, 69, 71) | |
| CMYK | cmyk(0%, 18%, 15%, 67%) | — | |
| HSV | hsv(352, 18%, 33%) | — | |
| HWB | hwb(352 27% 67%) | color: hwb(352 27% 67%) | |
| OKLCH | oklch(0.4066 0.0208 8.99) | color: oklch(0.4066 0.0208 8.99) | |
| Lab | lab(30.87 6.77 1.19) | color: lab(30.87 6.77 1.19) | |
| LCH | lch(30.87 6.87 9.97) | color: lch(30.87 6.87 9.97) |
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)
#4E4D47 — rgb(78, 77, 71)
Deuteranopia (Green-blind)
#4E5046 — rgb(78, 80, 70)
Tritanopia (Blue-blind)
#534646 — rgb(83, 70, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 10%, 30%);
text
color: hsl(350, 10%, 30%);
border
border: 2px solid hsl(350, 10%, 30%);
gradient light
background: linear-gradient(to right, hsl(350, 10%, 50%), hsl(350, 10%, 30%));
gradient dark
background: linear-gradient(to right, hsl(350, 10%, 30%), hsl(350, 10%, 10%))
hex
background-color: #544547;
tailwind
bg-[hsl(350,10%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 10%, 30%, 0.4);
css variable
--color-primary: hsl(350, 10%, 30%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(350, 10%, 30%)?
HEX: #544547 | RGB: rgb(84, 69, 71) | CMYK: 0%, 18%, 15%, 67% | HSV: 352°, 18%, 33%. Copy any format from the conversion table above.
What colors go well with #544547?
The complementary color is HSL(170, 10%, 30%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 10%, 30%) in CSS?
As HSL: color: hsl(350, 10%, 30%); — As HEX: color: #544547; — As RGB: color: rgb(84, 69, 71); — Tailwind CSS: bg-[hsl(350,10%,30%)] — CSS variable: --color-primary: hsl(350, 10%, 30%);