HSL(357, 45%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,45%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 45%, 50%) | color: hsl(357, 45%, 50%) | |
| HEX | #B9464C | color: #B9464C | |
| RGB | rgb(185, 70, 76) | color: rgb(185, 70, 76) | |
| CMYK | cmyk(0%, 62%, 59%, 27%) | — | |
| HSV | hsv(357, 62%, 73%) | — | |
| HWB | hwb(357 28% 27%) | color: hwb(357 28% 27%) | |
| OKLCH | oklch(0.552 0.1488 20.35) | color: oklch(0.552 0.1488 20.35) | |
| Lab | lab(45.93 46.88 21.18) | color: lab(45.93 46.88 21.18) | |
| LCH | lch(45.93 51.44 24.31) | color: lch(45.93 51.44 24.31) |
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)
#87864B — rgb(135, 134, 75)
Deuteranopia (Green-blind)
#8E974A — rgb(142, 151, 74)
Tritanopia (Blue-blind)
#B34949 — rgb(179, 73, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 45%, 50%);
text
color: hsl(357, 45%, 50%);
border
border: 2px solid hsl(357, 45%, 50%);
gradient light
background: linear-gradient(to right, hsl(357, 45%, 70%), hsl(357, 45%, 50%));
gradient dark
background: linear-gradient(to right, hsl(357, 45%, 50%), hsl(357, 45%, 30%))
hex
background-color: #B9464C;
tailwind
bg-[hsl(357,45%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 45%, 50%, 0.4);
css variable
--color-primary: hsl(357, 45%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 45%, 50%)?
HEX: #B9464C | RGB: rgb(185, 70, 76) | CMYK: 0%, 62%, 59%, 27% | HSV: 357°, 62%, 73%. Copy any format from the conversion table above.
What colors go well with #B9464C?
The complementary color is HSL(177, 45%, 50%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 45%, 50%) in CSS?
As HSL: color: hsl(357, 45%, 50%); — As HEX: color: #B9464C; — As RGB: color: rgb(185, 70, 76); — Tailwind CSS: bg-[hsl(357,45%,50%)] — CSS variable: --color-primary: hsl(357, 45%, 50%);