HSL(350, 72%, 57%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(350,72%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 72%, 57%) | color: hsl(350, 72%, 57%) | |
| HEX | #E0425D | color: #E0425D | |
| RGB | rgb(224, 66, 93) | color: rgb(224, 66, 93) | |
| CMYK | cmyk(0%, 71%, 58%, 12%) | — | |
| HSV | hsv(350, 71%, 88%) | — | |
| HWB | hwb(350 26% 12%) | color: hwb(350 26% 12%) | |
| OKLCH | oklch(0.6143 0.1936 15.34) | color: oklch(0.6143 0.1936 15.34) | |
| Lab | lab(52.44 62.24 20.82) | color: lab(52.44 62.24 20.82) | |
| LCH | lch(52.44 65.63 18.5) | color: lch(52.44 65.63 18.5) |
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)
#9C9A56 — rgb(156, 154, 86)
Deuteranopia (Green-blind)
#A5B155 — rgb(165, 177, 85)
Tritanopia (Blue-blind)
#D85150 — rgb(216, 81, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 72%, 57%);
text
color: hsl(350, 72%, 57%);
border
border: 2px solid hsl(350, 72%, 57%);
gradient light
background: linear-gradient(to right, hsl(350, 72%, 77%), hsl(350, 72%, 57%));
gradient dark
background: linear-gradient(to right, hsl(350, 72%, 57%), hsl(350, 72%, 37%))
hex
background-color: #E0425D;
tailwind
bg-[hsl(350,72%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 72%, 57%, 0.4);
css variable
--color-primary: hsl(350, 72%, 57%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(350, 72%, 57%)?
HEX: #E0425D | RGB: rgb(224, 66, 93) | CMYK: 0%, 71%, 58%, 12% | HSV: 350°, 71%, 88%. Copy any format from the conversion table above.
What colors go well with #E0425D?
The complementary color is HSL(170, 72%, 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, 72%, 57%) in CSS?
As HSL: color: hsl(350, 72%, 57%); — As HEX: color: #E0425D; — As RGB: color: rgb(224, 66, 93); — Tailwind CSS: bg-[hsl(350,72%,57%)] — CSS variable: --color-primary: hsl(350, 72%, 57%);