HSL(326, 70%, 47%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,70%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 70%, 47%) | color: hsl(326, 70%, 47%) | |
| HEX | #CC2483 | color: #CC2483 | |
| RGB | rgb(204, 36, 131) | color: rgb(204, 36, 131) | |
| CMYK | cmyk(0%, 82%, 36%, 20%) | — | |
| HSV | hsv(326, 82%, 80%) | — | |
| HWB | hwb(326 14% 20%) | color: hwb(326 14% 20%) | |
| OKLCH | oklch(0.5683 0.2142 352.38) | color: oklch(0.5683 0.2142 352.38) | |
| Lab | lab(46.63 69.06 -11.03) | color: lab(46.63 69.06 -11.03) | |
| LCH | lch(46.63 69.94 350.93) | color: lch(46.63 69.94 350.93) |
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)
#83826C — rgb(131, 130, 108)
Deuteranopia (Green-blind)
#8D9A67 — rgb(141, 154, 103)
Tritanopia (Blue-blind)
#C45A56 — rgb(196, 90, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 70%, 47%);
text
color: hsl(326, 70%, 47%);
border
border: 2px solid hsl(326, 70%, 47%);
gradient light
background: linear-gradient(to right, hsl(326, 70%, 67%), hsl(326, 70%, 47%));
gradient dark
background: linear-gradient(to right, hsl(326, 70%, 47%), hsl(326, 70%, 27%))
hex
background-color: #CC2483;
tailwind
bg-[hsl(326,70%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 70%, 47%, 0.4);
css variable
--color-primary: hsl(326, 70%, 47%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 70%, 47%)?
HEX: #CC2483 | RGB: rgb(204, 36, 131) | CMYK: 0%, 82%, 36%, 20% | HSV: 326°, 82%, 80%. Copy any format from the conversion table above.
What colors go well with #CC2483?
The complementary color is HSL(146, 70%, 47%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 70%, 47%) in CSS?
As HSL: color: hsl(326, 70%, 47%); — As HEX: color: #CC2483; — As RGB: color: rgb(204, 36, 131); — Tailwind CSS: bg-[hsl(326,70%,47%)] — CSS variable: --color-primary: hsl(326, 70%, 47%);