HSL(337, 63%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,63%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 63%, 53%) | color: hsl(337, 63%, 53%) | |
| HEX | #D33C76 | color: #D33C76 | |
| RGB | rgb(211, 60, 118) | color: rgb(211, 60, 118) | |
| CMYK | cmyk(0%, 72%, 44%, 17%) | — | |
| HSV | hsv(337, 72%, 83%) | — | |
| HWB | hwb(337 23% 17%) | color: hwb(337 23% 17%) | |
| OKLCH | oklch(0.5937 0.1919 1.71) | color: oklch(0.5937 0.1919 1.71) | |
| Lab | lab(49.97 62.59 1.95) | color: lab(49.97 62.59 1.95) | |
| LCH | lch(49.97 62.62 1.78) | color: lch(49.97 62.62 1.78) |
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)
#929068 — rgb(146, 144, 104)
Deuteranopia (Green-blind)
#9AA665 — rgb(154, 166, 101)
Tritanopia (Blue-blind)
#CB5D5A — rgb(203, 93, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 63%, 53%);
text
color: hsl(337, 63%, 53%);
border
border: 2px solid hsl(337, 63%, 53%);
gradient light
background: linear-gradient(to right, hsl(337, 63%, 73%), hsl(337, 63%, 53%));
gradient dark
background: linear-gradient(to right, hsl(337, 63%, 53%), hsl(337, 63%, 33%))
hex
background-color: #D33C76;
tailwind
bg-[hsl(337,63%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 63%, 53%, 0.4);
css variable
--color-primary: hsl(337, 63%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 63%, 53%)?
HEX: #D33C76 | RGB: rgb(211, 60, 118) | CMYK: 0%, 72%, 44%, 17% | HSV: 337°, 72%, 83%. Copy any format from the conversion table above.
What colors go well with #D33C76?
The complementary color is HSL(157, 63%, 53%). 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, 63%, 53%) in CSS?
As HSL: color: hsl(337, 63%, 53%); — As HEX: color: #D33C76; — As RGB: color: rgb(211, 60, 118); — Tailwind CSS: bg-[hsl(337,63%,53%)] — CSS variable: --color-primary: hsl(337, 63%, 53%);