HSL(350, 41%, 57%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(350,41%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 41%, 57%) | color: hsl(350, 41%, 57%) | |
| HEX | #BE6473 | color: #BE6473 | |
| RGB | rgb(190, 100, 115) | color: rgb(190, 100, 115) | |
| CMYK | cmyk(0%, 47%, 39%, 25%) | — | |
| HSV | hsv(350, 47%, 75%) | — | |
| HWB | hwb(350 40% 25%) | color: hwb(350 40% 25%) | |
| OKLCH | oklch(0.6118 0.1158 10.52) | color: oklch(0.6118 0.1158 10.52) | |
| Lab | lab(53.28 37.56 8.06) | color: lab(53.28 37.56 8.06) | |
| LCH | lch(53.28 38.42 12.11) | color: lch(53.28 38.42 12.11) |
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)
#97966F — rgb(151, 150, 111)
Deuteranopia (Green-blind)
#9CA36F — rgb(156, 163, 111)
Tritanopia (Blue-blind)
#BA6D6C — rgb(186, 109, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 41%, 57%);
text
color: hsl(350, 41%, 57%);
border
border: 2px solid hsl(350, 41%, 57%);
gradient light
background: linear-gradient(to right, hsl(350, 41%, 77%), hsl(350, 41%, 57%));
gradient dark
background: linear-gradient(to right, hsl(350, 41%, 57%), hsl(350, 41%, 37%))
hex
background-color: #BE6473;
tailwind
bg-[hsl(350,41%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 41%, 57%, 0.4);
css variable
--color-primary: hsl(350, 41%, 57%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(350, 41%, 57%)?
HEX: #BE6473 | RGB: rgb(190, 100, 115) | CMYK: 0%, 47%, 39%, 25% | HSV: 350°, 47%, 75%. Copy any format from the conversion table above.
What colors go well with #BE6473?
The complementary color is HSL(170, 41%, 57%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 41%, 57%) in CSS?
As HSL: color: hsl(350, 41%, 57%); — As HEX: color: #BE6473; — As RGB: color: rgb(190, 100, 115); — Tailwind CSS: bg-[hsl(350,41%,57%)] — CSS variable: --color-primary: hsl(350, 41%, 57%);