HSL(351, 81%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,81%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 81%, 60%) | color: hsl(351, 81%, 60%) | |
| HEX | #EC465F | color: #EC465F | |
| RGB | rgb(236, 70, 95) | color: rgb(236, 70, 95) | |
| CMYK | cmyk(0%, 70%, 60%, 7%) | — | |
| HSV | hsv(351, 70%, 93%) | — | |
| HWB | hwb(351 28% 7%) | color: hwb(351 28% 7%) | |
| OKLCH | oklch(0.6383 0.2014 16.59) | color: oklch(0.6383 0.2014 16.59) | |
| Lab | lab(55.12 64.53 23.57) | color: lab(55.12 64.53 23.57) | |
| LCH | lch(55.12 68.7 20.07) | color: lch(55.12 68.7 20.07) |
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)
#A4A359 — rgb(164, 163, 89)
Deuteranopia (Green-blind)
#AEBA58 — rgb(174, 186, 88)
Tritanopia (Blue-blind)
#E45453 — rgb(228, 84, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 81%, 60%);
text
color: hsl(351, 81%, 60%);
border
border: 2px solid hsl(351, 81%, 60%);
gradient light
background: linear-gradient(to right, hsl(351, 81%, 80%), hsl(351, 81%, 60%));
gradient dark
background: linear-gradient(to right, hsl(351, 81%, 60%), hsl(351, 81%, 40%))
hex
background-color: #EC465F;
tailwind
bg-[hsl(351,81%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 81%, 60%, 0.4);
css variable
--color-primary: hsl(351, 81%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 81%, 60%)?
HEX: #EC465F | RGB: rgb(236, 70, 95) | CMYK: 0%, 70%, 60%, 7% | HSV: 351°, 70%, 93%. Copy any format from the conversion table above.
What colors go well with #EC465F?
The complementary color is HSL(171, 81%, 60%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 81%, 60%) in CSS?
As HSL: color: hsl(351, 81%, 60%); — As HEX: color: #EC465F; — As RGB: color: rgb(236, 70, 95); — Tailwind CSS: bg-[hsl(351,81%,60%)] — CSS variable: --color-primary: hsl(351, 81%, 60%);