HSL(356, 26%, 29%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,26%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 26%, 29%) | color: hsl(356, 26%, 29%) | |
| HEX | #5D3739 | color: #5D3739 | |
| RGB | rgb(93, 55, 57) | color: rgb(93, 55, 57) | |
| CMYK | cmyk(0%, 41%, 39%, 64%) | — | |
| HSV | hsv(357, 41%, 36%) | — | |
| HWB | hwb(357 21% 64%) | color: hwb(357 21% 64%) | |
| OKLCH | oklch(0.3835 0.0545 16.52) | color: oklch(0.3835 0.0545 16.52) | |
| Lab | lab(27.72 17.24 5.96) | color: lab(27.72 17.24 5.96) | |
| LCH | lch(27.72 18.24 19.07) | color: lch(27.72 18.24 19.07) |
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)
#4D4C39 — rgb(77, 76, 57)
Deuteranopia (Green-blind)
#4F5238 — rgb(79, 82, 56)
Tritanopia (Blue-blind)
#5B3838 — rgb(91, 56, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 26%, 29%);
text
color: hsl(356, 26%, 29%);
border
border: 2px solid hsl(356, 26%, 29%);
gradient light
background: linear-gradient(to right, hsl(356, 26%, 49%), hsl(356, 26%, 29%));
gradient dark
background: linear-gradient(to right, hsl(356, 26%, 29%), hsl(356, 26%, 9%))
hex
background-color: #5D3739;
tailwind
bg-[hsl(356,26%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 26%, 29%, 0.4);
css variable
--color-primary: hsl(356, 26%, 29%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 26%, 29%)?
HEX: #5D3739 | RGB: rgb(93, 55, 57) | CMYK: 0%, 41%, 39%, 64% | HSV: 357°, 41%, 36%. Copy any format from the conversion table above.
What colors go well with #5D3739?
The complementary color is HSL(176, 26%, 29%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 26%, 29%) in CSS?
As HSL: color: hsl(356, 26%, 29%); — As HEX: color: #5D3739; — As RGB: color: rgb(93, 55, 57); — Tailwind CSS: bg-[hsl(356,26%,29%)] — CSS variable: --color-primary: hsl(356, 26%, 29%);