HSL(346, 84%, 32%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,84%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 84%, 32%) | color: hsl(346, 84%, 32%) | |
| HEX | #960D2D | color: #960D2D | |
| RGB | rgb(150, 13, 45) | color: rgb(150, 13, 45) | |
| CMYK | cmyk(0%, 91%, 70%, 41%) | — | |
| HSV | hsv(346, 91%, 59%) | — | |
| HWB | hwb(346 5% 41%) | color: hwb(346 5% 41%) | |
| OKLCH | oklch(0.4323 0.1655 17.29) | color: oklch(0.4323 0.1655 17.29) | |
| Lab | lab(31.72 53.2 21.01) | color: lab(31.72 53.2 21.01) | |
| LCH | lch(31.72 57.2 21.55) | color: lch(31.72 57.2 21.55) |
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)
#5B5925 — rgb(91, 89, 37)
Deuteranopia (Green-blind)
#636D23 — rgb(99, 109, 35)
Tritanopia (Blue-blind)
#8F1F1E — rgb(143, 31, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 84%, 32%);
text
color: hsl(346, 84%, 32%);
border
border: 2px solid hsl(346, 84%, 32%);
gradient light
background: linear-gradient(to right, hsl(346, 84%, 52%), hsl(346, 84%, 32%));
gradient dark
background: linear-gradient(to right, hsl(346, 84%, 32%), hsl(346, 84%, 12%))
hex
background-color: #960D2D;
tailwind
bg-[hsl(346,84%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 84%, 32%, 0.4);
css variable
--color-primary: hsl(346, 84%, 32%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 84%, 32%)?
HEX: #960D2D | RGB: rgb(150, 13, 45) | CMYK: 0%, 91%, 70%, 41% | HSV: 346°, 91%, 59%. Copy any format from the conversion table above.
What colors go well with #960D2D?
The complementary color is HSL(166, 84%, 32%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 84%, 32%) in CSS?
As HSL: color: hsl(346, 84%, 32%); — As HEX: color: #960D2D; — As RGB: color: rgb(150, 13, 45); — Tailwind CSS: bg-[hsl(346,84%,32%)] — CSS variable: --color-primary: hsl(346, 84%, 32%);