HSL(352, 45%, 53%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,45%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 45%, 53%) | color: hsl(352, 45%, 53%) | |
| HEX | #BD5160 | color: #BD5160 | |
| RGB | rgb(189, 81, 96) | color: rgb(189, 81, 96) | |
| CMYK | cmyk(0%, 57%, 49%, 26%) | — | |
| HSV | hsv(352, 57%, 74%) | — | |
| HWB | hwb(352 32% 26%) | color: hwb(352 32% 26%) | |
| OKLCH | oklch(0.5773 0.1394 14.05) | color: oklch(0.5773 0.1394 14.05) | |
| Lab | lab(48.95 44.8 13.29) | color: lab(48.95 44.8 13.29) | |
| LCH | lch(48.95 46.73 16.52) | color: lch(48.95 46.73 16.52) |
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)
#8E8D5C — rgb(142, 141, 92)
Deuteranopia (Green-blind)
#959D5C — rgb(149, 157, 92)
Tritanopia (Blue-blind)
#B85A59 — rgb(184, 90, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 45%, 53%);
text
color: hsl(352, 45%, 53%);
border
border: 2px solid hsl(352, 45%, 53%);
gradient light
background: linear-gradient(to right, hsl(352, 45%, 73%), hsl(352, 45%, 53%));
gradient dark
background: linear-gradient(to right, hsl(352, 45%, 53%), hsl(352, 45%, 33%))
hex
background-color: #BD5160;
tailwind
bg-[hsl(352,45%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 45%, 53%, 0.4);
css variable
--color-primary: hsl(352, 45%, 53%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 45%, 53%)?
HEX: #BD5160 | RGB: rgb(189, 81, 96) | CMYK: 0%, 57%, 49%, 26% | HSV: 352°, 57%, 74%. Copy any format from the conversion table above.
What colors go well with #BD5160?
The complementary color is HSL(172, 45%, 53%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 45%, 53%) in CSS?
As HSL: color: hsl(352, 45%, 53%); — As HEX: color: #BD5160; — As RGB: color: rgb(189, 81, 96); — Tailwind CSS: bg-[hsl(352,45%,53%)] — CSS variable: --color-primary: hsl(352, 45%, 53%);