HSL(324, 50%, 51%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,50%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 50%, 51%) | color: hsl(324, 50%, 51%) | |
| HEX | #C1448F | color: #C1448F | |
| RGB | rgb(193, 68, 143) | color: rgb(193, 68, 143) | |
| CMYK | cmyk(0%, 65%, 26%, 24%) | — | |
| HSV | hsv(324, 65%, 76%) | — | |
| HWB | hwb(324 27% 24%) | color: hwb(324 27% 24%) | |
| OKLCH | oklch(0.5823 0.1777 347.02) | color: oklch(0.5823 0.1777 347.02) | |
| Lab | lab(48.83 57.23 -15.14) | color: lab(48.83 57.23 -15.14) | |
| LCH | lch(48.83 59.2 345.18) | color: lch(48.83 59.2 345.18) |
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)
#8B8A7D — rgb(139, 138, 125)
Deuteranopia (Green-blind)
#929C79 — rgb(146, 156, 121)
Tritanopia (Blue-blind)
#BB6F6B — rgb(187, 111, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 50%, 51%);
text
color: hsl(324, 50%, 51%);
border
border: 2px solid hsl(324, 50%, 51%);
gradient light
background: linear-gradient(to right, hsl(324, 50%, 71%), hsl(324, 50%, 51%));
gradient dark
background: linear-gradient(to right, hsl(324, 50%, 51%), hsl(324, 50%, 31%))
hex
background-color: #C1448F;
tailwind
bg-[hsl(324,50%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 50%, 51%, 0.4);
css variable
--color-primary: hsl(324, 50%, 51%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 50%, 51%)?
HEX: #C1448F | RGB: rgb(193, 68, 143) | CMYK: 0%, 65%, 26%, 24% | HSV: 324°, 65%, 76%. Copy any format from the conversion table above.
What colors go well with #C1448F?
The complementary color is HSL(144, 50%, 51%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 50%, 51%) in CSS?
As HSL: color: hsl(324, 50%, 51%); — As HEX: color: #C1448F; — As RGB: color: rgb(193, 68, 143); — Tailwind CSS: bg-[hsl(324,50%,51%)] — CSS variable: --color-primary: hsl(324, 50%, 51%);