HSL(5, 30%, 29%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(5,30%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(5, 30%, 29%) | color: hsl(5, 30%, 29%) | |
| HEX | #603734 | color: #603734 | |
| RGB | rgb(96, 55, 52) | color: rgb(96, 55, 52) | |
| CMYK | cmyk(0%, 43%, 46%, 62%) | — | |
| HSV | hsv(4, 46%, 38%) | — | |
| HWB | hwb(4 21% 62%) | color: hwb(4 21% 62%) | |
| OKLCH | oklch(0.3864 0.0593 24.66) | color: oklch(0.3864 0.0593 24.66) | |
| Lab | lab(28.03 17.9 9.73) | color: lab(28.03 17.9 9.73) | |
| LCH | lch(28.03 20.37 28.53) | color: lch(28.03 20.37 28.53) |
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)
#4E4E35 — rgb(78, 78, 53)
Deuteranopia (Green-blind)
#515435 — rgb(81, 84, 53)
Tritanopia (Blue-blind)
#5E3535 — rgb(94, 53, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(5, 30%, 29%);
text
color: hsl(5, 30%, 29%);
border
border: 2px solid hsl(5, 30%, 29%);
gradient light
background: linear-gradient(to right, hsl(5, 30%, 49%), hsl(5, 30%, 29%));
gradient dark
background: linear-gradient(to right, hsl(5, 30%, 29%), hsl(5, 30%, 9%))
hex
background-color: #603734;
tailwind
bg-[hsl(5,30%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(5, 30%, 29%, 0.4);
css variable
--color-primary: hsl(5, 30%, 29%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(5, 30%, 29%)?
HEX: #603734 | RGB: rgb(96, 55, 52) | CMYK: 0%, 43%, 46%, 62% | HSV: 4°, 46%, 38%. Copy any format from the conversion table above.
What colors go well with #603734?
The complementary color is HSL(185, 30%, 29%). 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%, 29%) in CSS?
As HSL: color: hsl(5, 30%, 29%); — As HEX: color: #603734; — As RGB: color: rgb(96, 55, 52); — Tailwind CSS: bg-[hsl(5,30%,29%)] — CSS variable: --color-primary: hsl(5, 30%, 29%);