HSL(337, 77%, 54%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,77%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 77%, 54%) | color: hsl(337, 77%, 54%) | |
| HEX | #E42F75 | color: #E42F75 | |
| RGB | rgb(228, 47, 117) | color: rgb(228, 47, 117) | |
| CMYK | cmyk(0%, 79%, 49%, 11%) | — | |
| HSV | hsv(337, 79%, 89%) | — | |
| HWB | hwb(337 19% 11%) | color: hwb(337 19% 11%) | |
| OKLCH | oklch(0.6115 0.2181 3.77) | color: oklch(0.6115 0.2181 3.77) | |
| Lab | lab(51.63 71.01 5.34) | color: lab(51.63 71.01 5.34) | |
| LCH | lch(51.63 71.21 4.3) | color: lch(51.63 71.21 4.3) |
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)
#969464 — rgb(150, 148, 100)
Deuteranopia (Green-blind)
#A0AE60 — rgb(160, 174, 96)
Tritanopia (Blue-blind)
#DB5754 — rgb(219, 87, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 77%, 54%);
text
color: hsl(337, 77%, 54%);
border
border: 2px solid hsl(337, 77%, 54%);
gradient light
background: linear-gradient(to right, hsl(337, 77%, 74%), hsl(337, 77%, 54%));
gradient dark
background: linear-gradient(to right, hsl(337, 77%, 54%), hsl(337, 77%, 34%))
hex
background-color: #E42F75;
tailwind
bg-[hsl(337,77%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 77%, 54%, 0.4);
css variable
--color-primary: hsl(337, 77%, 54%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 77%, 54%)?
HEX: #E42F75 | RGB: rgb(228, 47, 117) | CMYK: 0%, 79%, 49%, 11% | HSV: 337°, 79%, 89%. Copy any format from the conversion table above.
What colors go well with #E42F75?
The complementary color is HSL(157, 77%, 54%). 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, 77%, 54%) in CSS?
As HSL: color: hsl(337, 77%, 54%); — As HEX: color: #E42F75; — As RGB: color: rgb(228, 47, 117); — Tailwind CSS: bg-[hsl(337,77%,54%)] — CSS variable: --color-primary: hsl(337, 77%, 54%);