HSL(337, 74%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,74%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 74%, 73%) | color: hsl(337, 74%, 73%) | |
| HEX | #ED87AE | color: #ED87AE | |
| RGB | rgb(237, 135, 174) | color: rgb(237, 135, 174) | |
| CMYK | cmyk(0%, 43%, 27%, 7%) | — | |
| HSV | hsv(337, 43%, 93%) | — | |
| HWB | hwb(337 53% 7%) | color: hwb(337 53% 7%) | |
| OKLCH | oklch(0.7439 0.1316 356.42) | color: oklch(0.7439 0.1316 356.42) | |
| Lab | lab(68.31 43.51 -3.34) | color: lab(68.31 43.51 -3.34) | |
| LCH | lch(68.31 43.64 355.61) | color: lch(68.31 43.64 355.61) |
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)
#C1C0A5 — rgb(193, 192, 165)
Deuteranopia (Green-blind)
#C7CEA2 — rgb(199, 206, 162)
Tritanopia (Blue-blind)
#E89D9B — rgb(232, 157, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 74%, 73%);
text
color: hsl(337, 74%, 73%);
border
border: 2px solid hsl(337, 74%, 73%);
gradient light
background: linear-gradient(to right, hsl(337, 74%, 93%), hsl(337, 74%, 73%));
gradient dark
background: linear-gradient(to right, hsl(337, 74%, 73%), hsl(337, 74%, 53%))
hex
background-color: #ED87AE;
tailwind
bg-[hsl(337,74%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 74%, 73%, 0.4);
css variable
--color-primary: hsl(337, 74%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 74%, 73%)?
HEX: #ED87AE | RGB: rgb(237, 135, 174) | CMYK: 0%, 43%, 27%, 7% | HSV: 337°, 43%, 93%. Copy any format from the conversion table above.
What colors go well with #ED87AE?
The complementary color is HSL(157, 74%, 73%). 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%, 73%) in CSS?
As HSL: color: hsl(337, 74%, 73%); — As HEX: color: #ED87AE; — As RGB: color: rgb(237, 135, 174); — Tailwind CSS: bg-[hsl(337,74%,73%)] — CSS variable: --color-primary: hsl(337, 74%, 73%);