HSL(352, 81%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,81%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 81%, 64%) | color: hsl(352, 81%, 64%) | |
| HEX | #EE596D | color: #EE596D | |
| RGB | rgb(238, 89, 109) | color: rgb(238, 89, 109) | |
| CMYK | cmyk(0%, 63%, 54%, 7%) | — | |
| HSV | hsv(352, 63%, 93%) | — | |
| HWB | hwb(352 34% 7%) | color: hwb(352 34% 7%) | |
| OKLCH | oklch(0.6646 0.1833 15.69) | color: oklch(0.6646 0.1833 15.69) | |
| Lab | lab(58.44 58.73 19.87) | color: lab(58.44 58.73 19.87) | |
| LCH | lch(58.44 62 18.69) | color: lch(58.44 62 18.69) |
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)
#ADAC68 — rgb(173, 172, 104)
Deuteranopia (Green-blind)
#B6C167 — rgb(182, 193, 103)
Tritanopia (Blue-blind)
#E76464 — rgb(231, 100, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 81%, 64%);
text
color: hsl(352, 81%, 64%);
border
border: 2px solid hsl(352, 81%, 64%);
gradient light
background: linear-gradient(to right, hsl(352, 81%, 84%), hsl(352, 81%, 64%));
gradient dark
background: linear-gradient(to right, hsl(352, 81%, 64%), hsl(352, 81%, 44%))
hex
background-color: #EE596D;
tailwind
bg-[hsl(352,81%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 81%, 64%, 0.4);
css variable
--color-primary: hsl(352, 81%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 81%, 64%)?
HEX: #EE596D | RGB: rgb(238, 89, 109) | CMYK: 0%, 63%, 54%, 7% | HSV: 352°, 63%, 93%. Copy any format from the conversion table above.
What colors go well with #EE596D?
The complementary color is HSL(172, 81%, 64%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 81%, 64%) in CSS?
As HSL: color: hsl(352, 81%, 64%); — As HEX: color: #EE596D; — As RGB: color: rgb(238, 89, 109); — Tailwind CSS: bg-[hsl(352,81%,64%)] — CSS variable: --color-primary: hsl(352, 81%, 64%);