HSL(5, 30%, 28%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(5,30%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(5, 30%, 28%) | color: hsl(5, 30%, 28%) | |
| HEX | #5D3632 | color: #5D3632 | |
| RGB | rgb(93, 54, 50) | color: rgb(93, 54, 50) | |
| CMYK | cmyk(0%, 42%, 46%, 64%) | — | |
| HSV | hsv(6, 46%, 36%) | — | |
| HWB | hwb(6 19% 64%) | color: hwb(6 19% 64%) | |
| OKLCH | oklch(0.3796 0.0569 26.36) | color: oklch(0.3796 0.0569 26.36) | |
| Lab | lab(27.29 16.93 9.95) | color: lab(27.29 16.93 9.95) | |
| LCH | lch(27.29 19.64 30.44) | color: lch(27.29 19.64 30.44) |
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)
#4C4C33 — rgb(76, 76, 51)
Deuteranopia (Green-blind)
#4E5133 — rgb(78, 81, 51)
Tritanopia (Blue-blind)
#5B3434 — rgb(91, 52, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(5, 30%, 28%);
text
color: hsl(5, 30%, 28%);
border
border: 2px solid hsl(5, 30%, 28%);
gradient light
background: linear-gradient(to right, hsl(5, 30%, 48%), hsl(5, 30%, 28%));
gradient dark
background: linear-gradient(to right, hsl(5, 30%, 28%), hsl(5, 30%, 8%))
hex
background-color: #5D3632;
tailwind
bg-[hsl(5,30%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(5, 30%, 28%, 0.4);
css variable
--color-primary: hsl(5, 30%, 28%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(5, 30%, 28%)?
HEX: #5D3632 | RGB: rgb(93, 54, 50) | CMYK: 0%, 42%, 46%, 64% | HSV: 6°, 46%, 36%. Copy any format from the conversion table above.
What colors go well with #5D3632?
The complementary color is HSL(185, 30%, 28%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(5, 30%, 28%) in CSS?
As HSL: color: hsl(5, 30%, 28%); — As HEX: color: #5D3632; — As RGB: color: rgb(93, 54, 50); — Tailwind CSS: bg-[hsl(5,30%,28%)] — CSS variable: --color-primary: hsl(5, 30%, 28%);