HSL(337, 74%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,74%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 74%, 58%) | color: hsl(337, 74%, 58%) | |
| HEX | #E34581 | color: #E34581 | |
| RGB | rgb(227, 69, 129) | color: rgb(227, 69, 129) | |
| CMYK | cmyk(0%, 70%, 43%, 11%) | — | |
| HSV | hsv(337, 70%, 89%) | — | |
| HWB | hwb(337 27% 11%) | color: hwb(337 27% 11%) | |
| OKLCH | oklch(0.6312 0.199 1.59) | color: oklch(0.6312 0.199 1.59) | |
| Lab | lab(54.21 64.96 1.85) | color: lab(54.21 64.96 1.85) | |
| LCH | lch(54.21 64.99 1.63) | color: lch(54.21 64.99 1.63) |
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)
#9F9D72 — rgb(159, 157, 114)
Deuteranopia (Green-blind)
#A8B46F — rgb(168, 180, 111)
Tritanopia (Blue-blind)
#DB6765 — rgb(219, 103, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 74%, 58%);
text
color: hsl(337, 74%, 58%);
border
border: 2px solid hsl(337, 74%, 58%);
gradient light
background: linear-gradient(to right, hsl(337, 74%, 78%), hsl(337, 74%, 58%));
gradient dark
background: linear-gradient(to right, hsl(337, 74%, 58%), hsl(337, 74%, 38%))
hex
background-color: #E34581;
tailwind
bg-[hsl(337,74%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 74%, 58%, 0.4);
css variable
--color-primary: hsl(337, 74%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 74%, 58%)?
HEX: #E34581 | RGB: rgb(227, 69, 129) | CMYK: 0%, 70%, 43%, 11% | HSV: 337°, 70%, 89%. Copy any format from the conversion table above.
What colors go well with #E34581?
The complementary color is HSL(157, 74%, 58%). 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, 74%, 58%) in CSS?
As HSL: color: hsl(337, 74%, 58%); — As HEX: color: #E34581; — As RGB: color: rgb(227, 69, 129); — Tailwind CSS: bg-[hsl(337,74%,58%)] — CSS variable: --color-primary: hsl(337, 74%, 58%);