HSL(323, 66%, 47%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,66%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 66%, 47%) | color: hsl(323, 66%, 47%) | |
| HEX | #C7298A | color: #C7298A | |
| RGB | rgb(199, 41, 138) | color: rgb(199, 41, 138) | |
| CMYK | cmyk(0%, 79%, 31%, 22%) | — | |
| HSV | hsv(323, 79%, 78%) | — | |
| HWB | hwb(323 16% 22%) | color: hwb(323 16% 22%) | |
| OKLCH | oklch(0.5658 0.2101 348.67) | color: oklch(0.5658 0.2101 348.67) | |
| Lab | lab(46.4 67.39 -15.73) | color: lab(46.4 67.39 -15.73) | |
| LCH | lch(46.4 69.2 346.86) | color: lch(46.4 69.2 346.86) |
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)
#838173 — rgb(131, 129, 115)
Deuteranopia (Green-blind)
#8C986D — rgb(140, 152, 109)
Tritanopia (Blue-blind)
#BF605C — rgb(191, 96, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 66%, 47%);
text
color: hsl(323, 66%, 47%);
border
border: 2px solid hsl(323, 66%, 47%);
gradient light
background: linear-gradient(to right, hsl(323, 66%, 67%), hsl(323, 66%, 47%));
gradient dark
background: linear-gradient(to right, hsl(323, 66%, 47%), hsl(323, 66%, 27%))
hex
background-color: #C7298A;
tailwind
bg-[hsl(323,66%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 66%, 47%, 0.4);
css variable
--color-primary: hsl(323, 66%, 47%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 66%, 47%)?
HEX: #C7298A | RGB: rgb(199, 41, 138) | CMYK: 0%, 79%, 31%, 22% | HSV: 323°, 79%, 78%. Copy any format from the conversion table above.
What colors go well with #C7298A?
The complementary color is HSL(143, 66%, 47%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 66%, 47%) in CSS?
As HSL: color: hsl(323, 66%, 47%); — As HEX: color: #C7298A; — As RGB: color: rgb(199, 41, 138); — Tailwind CSS: bg-[hsl(323,66%,47%)] — CSS variable: --color-primary: hsl(323, 66%, 47%);