HSL(357, 82%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,82%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 82%, 64%) | color: hsl(357, 82%, 64%) | |
| HEX | #EE585F | color: #EE585F | |
| RGB | rgb(238, 88, 95) | color: rgb(238, 88, 95) | |
| CMYK | cmyk(0%, 63%, 60%, 7%) | — | |
| HSV | hsv(357, 63%, 93%) | — | |
| HWB | hwb(357 34% 7%) | color: hwb(357 34% 7%) | |
| OKLCH | oklch(0.6606 0.1848 21.05) | color: oklch(0.6606 0.1848 21.05) | |
| Lab | lab(58.03 58.16 27.43) | color: lab(58.03 58.16 27.43) | |
| LCH | lch(58.03 64.3 25.25) | color: lch(58.03 64.3 25.25) |
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)
#ADAC5D — rgb(173, 172, 93)
Deuteranopia (Green-blind)
#B6C15D — rgb(182, 193, 93)
Tritanopia (Blue-blind)
#E75C5C — rgb(231, 92, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 82%, 64%);
text
color: hsl(357, 82%, 64%);
border
border: 2px solid hsl(357, 82%, 64%);
gradient light
background: linear-gradient(to right, hsl(357, 82%, 84%), hsl(357, 82%, 64%));
gradient dark
background: linear-gradient(to right, hsl(357, 82%, 64%), hsl(357, 82%, 44%))
hex
background-color: #EE585F;
tailwind
bg-[hsl(357,82%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 82%, 64%, 0.4);
css variable
--color-primary: hsl(357, 82%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 82%, 64%)?
HEX: #EE585F | RGB: rgb(238, 88, 95) | CMYK: 0%, 63%, 60%, 7% | HSV: 357°, 63%, 93%. Copy any format from the conversion table above.
What colors go well with #EE585F?
The complementary color is HSL(177, 82%, 64%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 82%, 64%) in CSS?
As HSL: color: hsl(357, 82%, 64%); — As HEX: color: #EE585F; — As RGB: color: rgb(238, 88, 95); — Tailwind CSS: bg-[hsl(357,82%,64%)] — CSS variable: --color-primary: hsl(357, 82%, 64%);