HSL(8, 53%, 21%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,53%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 53%, 21%) | color: hsl(8, 53%, 21%) | |
| HEX | #522119 | color: #522119 | |
| RGB | rgb(82, 33, 25) | color: rgb(82, 33, 25) | |
| CMYK | cmyk(0%, 60%, 70%, 68%) | — | |
| HSV | hsv(8, 70%, 32%) | — | |
| HWB | hwb(8 10% 68%) | color: hwb(8 10% 68%) | |
| OKLCH | oklch(0.3175 0.0754 31.11) | color: oklch(0.3175 0.0754 31.11) | |
| Lab | lab(19.85 22.23 16.48) | color: lab(19.85 22.23 16.48) | |
| LCH | lch(19.85 27.67 36.55) | color: lch(19.85 27.67 36.55) |
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)
#3D3C1B — rgb(61, 60, 27)
Deuteranopia (Green-blind)
#40431B — rgb(64, 67, 27)
Tritanopia (Blue-blind)
#501C1D — rgb(80, 28, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 53%, 21%);
text
color: hsl(8, 53%, 21%);
border
border: 2px solid hsl(8, 53%, 21%);
gradient light
background: linear-gradient(to right, hsl(8, 53%, 41%), hsl(8, 53%, 21%));
gradient dark
background: linear-gradient(to right, hsl(8, 53%, 21%), hsl(8, 53%, 1%))
hex
background-color: #522119;
tailwind
bg-[hsl(8,53%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 53%, 21%, 0.4);
css variable
--color-primary: hsl(8, 53%, 21%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 53%, 21%)?
HEX: #522119 | RGB: rgb(82, 33, 25) | CMYK: 0%, 60%, 70%, 68% | HSV: 8°, 70%, 32%. Copy any format from the conversion table above.
What colors go well with #522119?
The complementary color is HSL(188, 53%, 21%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 53%, 21%) in CSS?
As HSL: color: hsl(8, 53%, 21%); — As HEX: color: #522119; — As RGB: color: rgb(82, 33, 25); — Tailwind CSS: bg-[hsl(8,53%,21%)] — CSS variable: --color-primary: hsl(8, 53%, 21%);