HSL(326, 48%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,48%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 48%, 53%) | color: hsl(326, 48%, 53%) | |
| HEX | #C14E8F | color: #C14E8F | |
| RGB | rgb(193, 78, 143) | color: rgb(193, 78, 143) | |
| CMYK | cmyk(0%, 60%, 26%, 24%) | — | |
| HSV | hsv(326, 60%, 76%) | — | |
| HWB | hwb(326 30% 24%) | color: hwb(326 30% 24%) | |
| OKLCH | oklch(0.594 0.1633 348.2) | color: oklch(0.594 0.1633 348.2) | |
| Lab | lab(50.42 52.91 -12.73) | color: lab(50.42 52.91 -12.73) | |
| LCH | lch(50.42 54.42 346.47) | color: lch(50.42 54.42 346.47) |
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)
#8F8E7F — rgb(143, 142, 127)
Deuteranopia (Green-blind)
#969F7C — rgb(150, 159, 124)
Tritanopia (Blue-blind)
#BB7370 — rgb(187, 115, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 48%, 53%);
text
color: hsl(326, 48%, 53%);
border
border: 2px solid hsl(326, 48%, 53%);
gradient light
background: linear-gradient(to right, hsl(326, 48%, 73%), hsl(326, 48%, 53%));
gradient dark
background: linear-gradient(to right, hsl(326, 48%, 53%), hsl(326, 48%, 33%))
hex
background-color: #C14E8F;
tailwind
bg-[hsl(326,48%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 48%, 53%, 0.4);
css variable
--color-primary: hsl(326, 48%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 48%, 53%)?
HEX: #C14E8F | RGB: rgb(193, 78, 143) | CMYK: 0%, 60%, 26%, 24% | HSV: 326°, 60%, 76%. Copy any format from the conversion table above.
What colors go well with #C14E8F?
The complementary color is HSL(146, 48%, 53%). 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, 48%, 53%) in CSS?
As HSL: color: hsl(326, 48%, 53%); — As HEX: color: #C14E8F; — As RGB: color: rgb(193, 78, 143); — Tailwind CSS: bg-[hsl(326,48%,53%)] — CSS variable: --color-primary: hsl(326, 48%, 53%);