HSL(337, 77%, 47%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,77%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 77%, 47%) | color: hsl(337, 77%, 47%) | |
| HEX | #D41C62 | color: #D41C62 | |
| RGB | rgb(212, 28, 98) | color: rgb(212, 28, 98) | |
| CMYK | cmyk(0%, 87%, 54%, 17%) | — | |
| HSV | hsv(337, 87%, 83%) | — | |
| HWB | hwb(337 11% 17%) | color: hwb(337 11% 17%) | |
| OKLCH | oklch(0.5675 0.2145 6.48) | color: oklch(0.5675 0.2145 6.48) | |
| Lab | lab(46.6 69.76 9.4) | color: lab(46.6 69.76 9.4) | |
| LCH | lch(46.6 70.39 7.67) | color: lch(46.6 70.39 7.67) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#848351 — rgb(132, 131, 81)
Deuteranopia (Green-blind)
#8F9D4D — rgb(143, 157, 77)
Tritanopia (Blue-blind)
#CB4441 — rgb(203, 68, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 77%, 47%);
text
color: hsl(337, 77%, 47%);
border
border: 2px solid hsl(337, 77%, 47%);
gradient light
background: linear-gradient(to right, hsl(337, 77%, 67%), hsl(337, 77%, 47%));
gradient dark
background: linear-gradient(to right, hsl(337, 77%, 47%), hsl(337, 77%, 27%))
hex
background-color: #D41C62;
tailwind
bg-[hsl(337,77%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 77%, 47%, 0.4);
css variable
--color-primary: hsl(337, 77%, 47%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 77%, 47%)?
HEX: #D41C62 | RGB: rgb(212, 28, 98) | CMYK: 0%, 87%, 54%, 17% | HSV: 337°, 87%, 83%. Copy any format from the conversion table above.
What colors go well with #D41C62?
The complementary color is HSL(157, 77%, 47%). 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%, 47%) in CSS?
As HSL: color: hsl(337, 77%, 47%); — As HEX: color: #D41C62; — As RGB: color: rgb(212, 28, 98); — Tailwind CSS: bg-[hsl(337,77%,47%)] — CSS variable: --color-primary: hsl(337, 77%, 47%);