HSL(350, 72%, 31%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(350,72%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 72%, 31%) | color: hsl(350, 72%, 31%) | |
| HEX | #881629 | color: #881629 | |
| RGB | rgb(136, 22, 41) | color: rgb(136, 22, 41) | |
| CMYK | cmyk(0%, 84%, 70%, 47%) | — | |
| HSV | hsv(350, 84%, 53%) | — | |
| HWB | hwb(350 8% 47%) | color: hwb(350 8% 47%) | |
| OKLCH | oklch(0.4092 0.1472 18.61) | color: oklch(0.4092 0.1472 18.61) | |
| Lab | lab(29.34 47.07 20) | color: lab(29.34 47.07 20) | |
| LCH | lch(29.34 51.14 23.02) | color: lch(29.34 51.14 23.02) |
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)
#575624 — rgb(87, 86, 36)
Deuteranopia (Green-blind)
#5D6623 — rgb(93, 102, 35)
Tritanopia (Blue-blind)
#822120 — rgb(130, 33, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 72%, 31%);
text
color: hsl(350, 72%, 31%);
border
border: 2px solid hsl(350, 72%, 31%);
gradient light
background: linear-gradient(to right, hsl(350, 72%, 51%), hsl(350, 72%, 31%));
gradient dark
background: linear-gradient(to right, hsl(350, 72%, 31%), hsl(350, 72%, 11%))
hex
background-color: #881629;
tailwind
bg-[hsl(350,72%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 72%, 31%, 0.4);
css variable
--color-primary: hsl(350, 72%, 31%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(350, 72%, 31%)?
HEX: #881629 | RGB: rgb(136, 22, 41) | CMYK: 0%, 84%, 70%, 47% | HSV: 350°, 84%, 53%. Copy any format from the conversion table above.
What colors go well with #881629?
The complementary color is HSL(170, 72%, 31%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 72%, 31%) in CSS?
As HSL: color: hsl(350, 72%, 31%); — As HEX: color: #881629; — As RGB: color: rgb(136, 22, 41); — Tailwind CSS: bg-[hsl(350,72%,31%)] — CSS variable: --color-primary: hsl(350, 72%, 31%);