HSL(357, 34%, 59%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,34%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 34%, 59%) | color: hsl(357, 34%, 59%) | |
| HEX | #BA7376 | color: #BA7376 | |
| RGB | rgb(186, 115, 118) | color: rgb(186, 115, 118) | |
| CMYK | cmyk(0%, 38%, 37%, 27%) | — | |
| HSV | hsv(357, 38%, 73%) | — | |
| HWB | hwb(357 45% 27%) | color: hwb(357 45% 27%) | |
| OKLCH | oklch(0.6324 0.0899 17.19) | color: oklch(0.6324 0.0899 17.19) | |
| Lab | lab(56.1 28.34 10.22) | color: lab(56.1 28.34 10.22) | |
| LCH | lch(56.1 30.13 19.83) | color: lch(56.1 30.13 19.83) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9B9B75 — rgb(155, 155, 117)
Deuteranopia (Green-blind)
#9FA575 — rgb(159, 165, 117)
Tritanopia (Blue-blind)
#B67575 — rgb(182, 117, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 34%, 59%);
text
color: hsl(357, 34%, 59%);
border
border: 2px solid hsl(357, 34%, 59%);
gradient light
background: linear-gradient(to right, hsl(357, 34%, 79%), hsl(357, 34%, 59%));
gradient dark
background: linear-gradient(to right, hsl(357, 34%, 59%), hsl(357, 34%, 39%))
hex
background-color: #BA7376;
tailwind
bg-[hsl(357,34%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 34%, 59%, 0.4);
css variable
--color-primary: hsl(357, 34%, 59%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 34%, 59%)?
HEX: #BA7376 | RGB: rgb(186, 115, 118) | CMYK: 0%, 38%, 37%, 27% | HSV: 357°, 38%, 73%. Copy any format from the conversion table above.
What colors go well with #BA7376?
The complementary color is HSL(177, 34%, 59%). 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, 34%, 59%) in CSS?
As HSL: color: hsl(357, 34%, 59%); — As HEX: color: #BA7376; — As RGB: color: rgb(186, 115, 118); — Tailwind CSS: bg-[hsl(357,34%,59%)] — CSS variable: --color-primary: hsl(357, 34%, 59%);