HSL(351, 37%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,37%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 37%, 51%) | color: hsl(351, 37%, 51%) | |
| HEX | #B05462 | color: #B05462 | |
| RGB | rgb(176, 84, 98) | color: rgb(176, 84, 98) | |
| CMYK | cmyk(0%, 52%, 44%, 31%) | — | |
| HSV | hsv(351, 52%, 69%) | — | |
| HWB | hwb(351 33% 31%) | color: hwb(351 33% 31%) | |
| OKLCH | oklch(0.563 0.1204 12.24) | color: oklch(0.563 0.1204 12.24) | |
| Lab | lab(47.57 38.85 9.86) | color: lab(47.57 38.85 9.86) | |
| LCH | lch(47.57 40.08 14.24) | color: lch(47.57 40.08 14.24) |
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)
#88875F — rgb(136, 135, 95)
Deuteranopia (Green-blind)
#8E945E — rgb(142, 148, 94)
Tritanopia (Blue-blind)
#AB5C5B — rgb(171, 92, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 37%, 51%);
text
color: hsl(351, 37%, 51%);
border
border: 2px solid hsl(351, 37%, 51%);
gradient light
background: linear-gradient(to right, hsl(351, 37%, 71%), hsl(351, 37%, 51%));
gradient dark
background: linear-gradient(to right, hsl(351, 37%, 51%), hsl(351, 37%, 31%))
hex
background-color: #B05462;
tailwind
bg-[hsl(351,37%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 37%, 51%, 0.4);
css variable
--color-primary: hsl(351, 37%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 37%, 51%)?
HEX: #B05462 | RGB: rgb(176, 84, 98) | CMYK: 0%, 52%, 44%, 31% | HSV: 351°, 52%, 69%. Copy any format from the conversion table above.
What colors go well with #B05462?
The complementary color is HSL(171, 37%, 51%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 37%, 51%) in CSS?
As HSL: color: hsl(351, 37%, 51%); — As HEX: color: #B05462; — As RGB: color: rgb(176, 84, 98); — Tailwind CSS: bg-[hsl(351,37%,51%)] — CSS variable: --color-primary: hsl(351, 37%, 51%);