HSL(357, 45%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,45%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 45%, 51%) | color: hsl(357, 45%, 51%) | |
| HEX | #BA4A4F | color: #BA4A4F | |
| RGB | rgb(186, 74, 79) | color: rgb(186, 74, 79) | |
| CMYK | cmyk(0%, 60%, 58%, 27%) | — | |
| HSV | hsv(357, 60%, 73%) | — | |
| HWB | hwb(357 29% 27%) | color: hwb(357 29% 27%) | |
| OKLCH | oklch(0.5594 0.145 20.42) | color: oklch(0.5594 0.145 20.42) | |
| Lab | lab(46.85 45.62 20.61) | color: lab(46.85 45.62 20.61) | |
| LCH | lch(46.85 50.06 24.31) | color: lch(46.85 50.06 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)
#8A884E — rgb(138, 136, 78)
Deuteranopia (Green-blind)
#90984E — rgb(144, 152, 78)
Tritanopia (Blue-blind)
#B44D4D — rgb(180, 77, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 45%, 51%);
text
color: hsl(357, 45%, 51%);
border
border: 2px solid hsl(357, 45%, 51%);
gradient light
background: linear-gradient(to right, hsl(357, 45%, 71%), hsl(357, 45%, 51%));
gradient dark
background: linear-gradient(to right, hsl(357, 45%, 51%), hsl(357, 45%, 31%))
hex
background-color: #BA4A4F;
tailwind
bg-[hsl(357,45%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 45%, 51%, 0.4);
css variable
--color-primary: hsl(357, 45%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 45%, 51%)?
HEX: #BA4A4F | RGB: rgb(186, 74, 79) | CMYK: 0%, 60%, 58%, 27% | HSV: 357°, 60%, 73%. Copy any format from the conversion table above.
What colors go well with #BA4A4F?
The complementary color is HSL(177, 45%, 51%). 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%, 51%) in CSS?
As HSL: color: hsl(357, 45%, 51%); — As HEX: color: #BA4A4F; — As RGB: color: rgb(186, 74, 79); — Tailwind CSS: bg-[hsl(357,45%,51%)] — CSS variable: --color-primary: hsl(357, 45%, 51%);