HSL(355, 72%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,72%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 72%, 60%) | color: hsl(355, 72%, 60%) | |
| HEX | #E2505C | color: #E2505C | |
| RGB | rgb(226, 80, 92) | color: rgb(226, 80, 92) | |
| CMYK | cmyk(0%, 65%, 59%, 11%) | — | |
| HSV | hsv(355, 65%, 89%) | — | |
| HWB | hwb(355 31% 11%) | color: hwb(355 31% 11%) | |
| OKLCH | oklch(0.6321 0.181 19.27) | color: oklch(0.6321 0.181 19.27) | |
| Lab | lab(54.75 57.39 24.52) | color: lab(54.75 57.39 24.52) | |
| LCH | lch(54.75 62.41 23.13) | color: lch(54.75 62.41 23.13) |
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)
#A3A159 — rgb(163, 161, 89)
Deuteranopia (Green-blind)
#ABB658 — rgb(171, 182, 88)
Tritanopia (Blue-blind)
#DB5756 — rgb(219, 87, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 72%, 60%);
text
color: hsl(355, 72%, 60%);
border
border: 2px solid hsl(355, 72%, 60%);
gradient light
background: linear-gradient(to right, hsl(355, 72%, 80%), hsl(355, 72%, 60%));
gradient dark
background: linear-gradient(to right, hsl(355, 72%, 60%), hsl(355, 72%, 40%))
hex
background-color: #E2505C;
tailwind
bg-[hsl(355,72%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 72%, 60%, 0.4);
css variable
--color-primary: hsl(355, 72%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 72%, 60%)?
HEX: #E2505C | RGB: rgb(226, 80, 92) | CMYK: 0%, 65%, 59%, 11% | HSV: 355°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #E2505C?
The complementary color is HSL(175, 72%, 60%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 72%, 60%) in CSS?
As HSL: color: hsl(355, 72%, 60%); — As HEX: color: #E2505C; — As RGB: color: rgb(226, 80, 92); — Tailwind CSS: bg-[hsl(355,72%,60%)] — CSS variable: --color-primary: hsl(355, 72%, 60%);