HSL(353, 40%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,40%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 40%, 56%) | color: hsl(353, 40%, 56%) | |
| HEX | #BC626C | color: #BC626C | |
| RGB | rgb(188, 98, 108) | color: rgb(188, 98, 108) | |
| CMYK | cmyk(0%, 48%, 43%, 26%) | — | |
| HSV | hsv(353, 48%, 74%) | — | |
| HWB | hwb(353 38% 26%) | color: hwb(353 38% 26%) | |
| OKLCH | oklch(0.6041 0.1157 14.14) | color: oklch(0.6041 0.1157 14.14) | |
| Lab | lab(52.41 37.08 10.94) | color: lab(52.41 37.08 10.94) | |
| LCH | lch(52.41 38.66 16.44) | color: lch(52.41 38.66 16.44) |
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)
#95946A — rgb(149, 148, 106)
Deuteranopia (Green-blind)
#9AA169 — rgb(154, 161, 105)
Tritanopia (Blue-blind)
#B86867 — rgb(184, 104, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 40%, 56%);
text
color: hsl(353, 40%, 56%);
border
border: 2px solid hsl(353, 40%, 56%);
gradient light
background: linear-gradient(to right, hsl(353, 40%, 76%), hsl(353, 40%, 56%));
gradient dark
background: linear-gradient(to right, hsl(353, 40%, 56%), hsl(353, 40%, 36%))
hex
background-color: #BC626C;
tailwind
bg-[hsl(353,40%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 40%, 56%, 0.4);
css variable
--color-primary: hsl(353, 40%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 40%, 56%)?
HEX: #BC626C | RGB: rgb(188, 98, 108) | CMYK: 0%, 48%, 43%, 26% | HSV: 353°, 48%, 74%. Copy any format from the conversion table above.
What colors go well with #BC626C?
The complementary color is HSL(173, 40%, 56%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 40%, 56%) in CSS?
As HSL: color: hsl(353, 40%, 56%); — As HEX: color: #BC626C; — As RGB: color: rgb(188, 98, 108); — Tailwind CSS: bg-[hsl(353,40%,56%)] — CSS variable: --color-primary: hsl(353, 40%, 56%);