HSL(2, 31%, 29%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,31%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 31%, 29%) | color: hsl(2, 31%, 29%) | |
| HEX | #613533 | color: #613533 | |
| RGB | rgb(97, 53, 51) | color: rgb(97, 53, 51) | |
| CMYK | cmyk(0%, 45%, 47%, 62%) | — | |
| HSV | hsv(3, 47%, 38%) | — | |
| HWB | hwb(3 20% 62%) | color: hwb(3 20% 62%) | |
| OKLCH | oklch(0.3837 0.0636 23.22) | color: oklch(0.3837 0.0636 23.22) | |
| Lab | lab(27.65 19.44 9.89) | color: lab(27.65 19.44 9.89) | |
| LCH | lch(27.65 21.81 26.96) | color: lch(27.65 21.81 26.96) |
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)
#4E4E33 — rgb(78, 78, 51)
Deuteranopia (Green-blind)
#515434 — rgb(81, 84, 52)
Tritanopia (Blue-blind)
#5F3434 — rgb(95, 52, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 31%, 29%);
text
color: hsl(2, 31%, 29%);
border
border: 2px solid hsl(2, 31%, 29%);
gradient light
background: linear-gradient(to right, hsl(2, 31%, 49%), hsl(2, 31%, 29%));
gradient dark
background: linear-gradient(to right, hsl(2, 31%, 29%), hsl(2, 31%, 9%))
hex
background-color: #613533;
tailwind
bg-[hsl(2,31%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 31%, 29%, 0.4);
css variable
--color-primary: hsl(2, 31%, 29%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 31%, 29%)?
HEX: #613533 | RGB: rgb(97, 53, 51) | CMYK: 0%, 45%, 47%, 62% | HSV: 3°, 47%, 38%. Copy any format from the conversion table above.
What colors go well with #613533?
The complementary color is HSL(182, 31%, 29%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 31%, 29%) in CSS?
As HSL: color: hsl(2, 31%, 29%); — As HEX: color: #613533; — As RGB: color: rgb(97, 53, 51); — Tailwind CSS: bg-[hsl(2,31%,29%)] — CSS variable: --color-primary: hsl(2, 31%, 29%);