HSL(354, 72%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,72%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 72%, 60%) | color: hsl(354, 72%, 60%) | |
| HEX | #E2505E | color: #E2505E | |
| RGB | rgb(226, 80, 94) | color: rgb(226, 80, 94) | |
| CMYK | cmyk(0%, 65%, 58%, 11%) | — | |
| HSV | hsv(354, 65%, 89%) | — | |
| HWB | hwb(354 31% 11%) | color: hwb(354 31% 11%) | |
| OKLCH | oklch(0.6325 0.1809 18.45) | color: oklch(0.6325 0.1809 18.45) | |
| Lab | lab(54.78 57.53 23.4) | color: lab(54.78 57.53 23.4) | |
| LCH | lch(54.78 62.11 22.13) | color: lch(54.78 62.11 22.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)
#A3A15B — rgb(163, 161, 91)
Deuteranopia (Green-blind)
#ABB65A — rgb(171, 182, 90)
Tritanopia (Blue-blind)
#DB5857 — rgb(219, 88, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 72%, 60%);
text
color: hsl(354, 72%, 60%);
border
border: 2px solid hsl(354, 72%, 60%);
gradient light
background: linear-gradient(to right, hsl(354, 72%, 80%), hsl(354, 72%, 60%));
gradient dark
background: linear-gradient(to right, hsl(354, 72%, 60%), hsl(354, 72%, 40%))
hex
background-color: #E2505E;
tailwind
bg-[hsl(354,72%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 72%, 60%, 0.4);
css variable
--color-primary: hsl(354, 72%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(354, 72%, 60%)?
HEX: #E2505E | RGB: rgb(226, 80, 94) | CMYK: 0%, 65%, 58%, 11% | HSV: 354°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #E2505E?
The complementary color is HSL(174, 72%, 60%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 72%, 60%) in CSS?
As HSL: color: hsl(354, 72%, 60%); — As HEX: color: #E2505E; — As RGB: color: rgb(226, 80, 94); — Tailwind CSS: bg-[hsl(354,72%,60%)] — CSS variable: --color-primary: hsl(354, 72%, 60%);