HSL(331, 63%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,63%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 63%, 53%) | color: hsl(331, 63%, 53%) | |
| HEX | #D33C85 | color: #D33C85 | |
| RGB | rgb(211, 60, 133) | color: rgb(211, 60, 133) | |
| CMYK | cmyk(0%, 72%, 37%, 17%) | — | |
| HSV | hsv(331, 72%, 83%) | — | |
| HWB | hwb(331 23% 17%) | color: hwb(331 23% 17%) | |
| OKLCH | oklch(0.5986 0.1972 355.3) | color: oklch(0.5986 0.1972 355.3) | |
| Lab | lab(50.43 64.09 -6.43) | color: lab(50.43 64.09 -6.43) | |
| LCH | lch(50.43 64.41 354.27) | color: lch(50.43 64.41 354.27) |
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)
#929073 — rgb(146, 144, 115)
Deuteranopia (Green-blind)
#9AA66F — rgb(154, 166, 111)
Tritanopia (Blue-blind)
#CB6562 — rgb(203, 101, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 63%, 53%);
text
color: hsl(331, 63%, 53%);
border
border: 2px solid hsl(331, 63%, 53%);
gradient light
background: linear-gradient(to right, hsl(331, 63%, 73%), hsl(331, 63%, 53%));
gradient dark
background: linear-gradient(to right, hsl(331, 63%, 53%), hsl(331, 63%, 33%))
hex
background-color: #D33C85;
tailwind
bg-[hsl(331,63%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 63%, 53%, 0.4);
css variable
--color-primary: hsl(331, 63%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 63%, 53%)?
HEX: #D33C85 | RGB: rgb(211, 60, 133) | CMYK: 0%, 72%, 37%, 17% | HSV: 331°, 72%, 83%. Copy any format from the conversion table above.
What colors go well with #D33C85?
The complementary color is HSL(151, 63%, 53%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 63%, 53%) in CSS?
As HSL: color: hsl(331, 63%, 53%); — As HEX: color: #D33C85; — As RGB: color: rgb(211, 60, 133); — Tailwind CSS: bg-[hsl(331,63%,53%)] — CSS variable: --color-primary: hsl(331, 63%, 53%);