HSL(354, 60%, 21%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,60%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 60%, 21%) | color: hsl(354, 60%, 21%) | |
| HEX | #56151C | color: #56151C | |
| RGB | rgb(86, 21, 28) | color: rgb(86, 21, 28) | |
| CMYK | cmyk(0%, 76%, 67%, 66%) | — | |
| HSV | hsv(354, 76%, 34%) | — | |
| HWB | hwb(354 8% 66%) | color: hwb(354 8% 66%) | |
| OKLCH | oklch(0.308 0.0951 18.8) | color: oklch(0.308 0.0951 18.8) | |
| Lab | lab(18.36 30.27 12.69) | color: lab(18.36 30.27 12.69) | |
| LCH | lch(18.36 32.82 22.74) | color: lch(18.36 32.82 22.74) |
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)
#3A391A — rgb(58, 57, 26)
Deuteranopia (Green-blind)
#3E431A — rgb(62, 67, 26)
Tritanopia (Blue-blind)
#531919 — rgb(83, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 60%, 21%);
text
color: hsl(354, 60%, 21%);
border
border: 2px solid hsl(354, 60%, 21%);
gradient light
background: linear-gradient(to right, hsl(354, 60%, 41%), hsl(354, 60%, 21%));
gradient dark
background: linear-gradient(to right, hsl(354, 60%, 21%), hsl(354, 60%, 1%))
hex
background-color: #56151C;
tailwind
bg-[hsl(354,60%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 60%, 21%, 0.4);
css variable
--color-primary: hsl(354, 60%, 21%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(354, 60%, 21%)?
HEX: #56151C | RGB: rgb(86, 21, 28) | CMYK: 0%, 76%, 67%, 66% | HSV: 354°, 76%, 34%. Copy any format from the conversion table above.
What colors go well with #56151C?
The complementary color is HSL(174, 60%, 21%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 60%, 21%) in CSS?
As HSL: color: hsl(354, 60%, 21%); — As HEX: color: #56151C; — As RGB: color: rgb(86, 21, 28); — Tailwind CSS: bg-[hsl(354,60%,21%)] — CSS variable: --color-primary: hsl(354, 60%, 21%);