HSL(337, 81%, 57%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,81%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 81%, 57%) | color: hsl(337, 81%, 57%) | |
| HEX | #EA397D | color: #EA397D | |
| RGB | rgb(234, 57, 125) | color: rgb(234, 57, 125) | |
| CMYK | cmyk(0%, 76%, 47%, 8%) | — | |
| HSV | hsv(337, 76%, 92%) | — | |
| HWB | hwb(337 22% 8%) | color: hwb(337 22% 8%) | |
| OKLCH | oklch(0.631 0.2163 2.9) | color: oklch(0.631 0.2163 2.9) | |
| Lab | lab(53.93 70.46 3.98) | color: lab(53.93 70.46 3.98) | |
| LCH | lch(53.93 70.57 3.23) | color: lch(53.93 70.57 3.23) |
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)
#9D9C6D — rgb(157, 156, 109)
Deuteranopia (Green-blind)
#A8B569 — rgb(168, 181, 105)
Tritanopia (Blue-blind)
#E1605D — rgb(225, 96, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 81%, 57%);
text
color: hsl(337, 81%, 57%);
border
border: 2px solid hsl(337, 81%, 57%);
gradient light
background: linear-gradient(to right, hsl(337, 81%, 77%), hsl(337, 81%, 57%));
gradient dark
background: linear-gradient(to right, hsl(337, 81%, 57%), hsl(337, 81%, 37%))
hex
background-color: #EA397D;
tailwind
bg-[hsl(337,81%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 81%, 57%, 0.4);
css variable
--color-primary: hsl(337, 81%, 57%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 81%, 57%)?
HEX: #EA397D | RGB: rgb(234, 57, 125) | CMYK: 0%, 76%, 47%, 8% | HSV: 337°, 76%, 92%. Copy any format from the conversion table above.
What colors go well with #EA397D?
The complementary color is HSL(157, 81%, 57%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 81%, 57%) in CSS?
As HSL: color: hsl(337, 81%, 57%); — As HEX: color: #EA397D; — As RGB: color: rgb(234, 57, 125); — Tailwind CSS: bg-[hsl(337,81%,57%)] — CSS variable: --color-primary: hsl(337, 81%, 57%);