HSL(336, 64%, 52%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,64%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 64%, 52%) | color: hsl(336, 64%, 52%) | |
| HEX | #D33675 | color: #D33675 | |
| RGB | rgb(211, 54, 117) | color: rgb(211, 54, 117) | |
| CMYK | cmyk(0%, 74%, 45%, 17%) | — | |
| HSV | hsv(336, 74%, 83%) | — | |
| HWB | hwb(336 22% 17%) | color: hwb(336 22% 17%) | |
| OKLCH | oklch(0.5881 0.1979 1.31) | color: oklch(0.5881 0.1979 1.31) | |
| Lab | lab(49.22 64.5 1.47) | color: lab(49.22 64.5 1.47) | |
| LCH | lch(49.22 64.52 1.31) | color: lch(49.22 64.52 1.31) |
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)
#8F8E66 — rgb(143, 142, 102)
Deuteranopia (Green-blind)
#98A462 — rgb(152, 164, 98)
Tritanopia (Blue-blind)
#CB5A57 — rgb(203, 90, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 64%, 52%);
text
color: hsl(336, 64%, 52%);
border
border: 2px solid hsl(336, 64%, 52%);
gradient light
background: linear-gradient(to right, hsl(336, 64%, 72%), hsl(336, 64%, 52%));
gradient dark
background: linear-gradient(to right, hsl(336, 64%, 52%), hsl(336, 64%, 32%))
hex
background-color: #D33675;
tailwind
bg-[hsl(336,64%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 64%, 52%, 0.4);
css variable
--color-primary: hsl(336, 64%, 52%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 64%, 52%)?
HEX: #D33675 | RGB: rgb(211, 54, 117) | CMYK: 0%, 74%, 45%, 17% | HSV: 336°, 74%, 83%. Copy any format from the conversion table above.
What colors go well with #D33675?
The complementary color is HSL(156, 64%, 52%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 64%, 52%) in CSS?
As HSL: color: hsl(336, 64%, 52%); — As HEX: color: #D33675; — As RGB: color: rgb(211, 54, 117); — Tailwind CSS: bg-[hsl(336,64%,52%)] — CSS variable: --color-primary: hsl(336, 64%, 52%);