HSL(3, 50%, 34%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,50%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 50%, 34%) | color: hsl(3, 50%, 34%) | |
| HEX | #82302B | color: #82302B | |
| RGB | rgb(130, 48, 43) | color: rgb(130, 48, 43) | |
| CMYK | cmyk(0%, 63%, 67%, 49%) | — | |
| HSV | hsv(3, 67%, 51%) | — | |
| HWB | hwb(3 17% 49%) | color: hwb(3 17% 49%) | |
| OKLCH | oklch(0.4262 0.1145 26.54) | color: oklch(0.4262 0.1145 26.54) | |
| Lab | lab(31.89 35.01 21.63) | color: lab(31.89 35.01 21.63) | |
| LCH | lch(31.89 41.15 31.71) | color: lch(31.89 41.15 31.71) |
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)
#5E5E2C — rgb(94, 94, 44)
Deuteranopia (Green-blind)
#63692D — rgb(99, 105, 45)
Tritanopia (Blue-blind)
#7E2D2D — rgb(126, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 50%, 34%);
text
color: hsl(3, 50%, 34%);
border
border: 2px solid hsl(3, 50%, 34%);
gradient light
background: linear-gradient(to right, hsl(3, 50%, 54%), hsl(3, 50%, 34%));
gradient dark
background: linear-gradient(to right, hsl(3, 50%, 34%), hsl(3, 50%, 14%))
hex
background-color: #82302B;
tailwind
bg-[hsl(3,50%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 50%, 34%, 0.4);
css variable
--color-primary: hsl(3, 50%, 34%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 50%, 34%)?
HEX: #82302B | RGB: rgb(130, 48, 43) | CMYK: 0%, 63%, 67%, 49% | HSV: 3°, 67%, 51%. Copy any format from the conversion table above.
What colors go well with #82302B?
The complementary color is HSL(183, 50%, 34%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 50%, 34%) in CSS?
As HSL: color: hsl(3, 50%, 34%); — As HEX: color: #82302B; — As RGB: color: rgb(130, 48, 43); — Tailwind CSS: bg-[hsl(3,50%,34%)] — CSS variable: --color-primary: hsl(3, 50%, 34%);