HSL(333, 50%, 51%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,50%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 50%, 51%) | color: hsl(333, 50%, 51%) | |
| HEX | #C1447C | color: #C1447C | |
| RGB | rgb(193, 68, 124) | color: rgb(193, 68, 124) | |
| CMYK | cmyk(0%, 65%, 36%, 24%) | — | |
| HSV | hsv(333, 65%, 76%) | — | |
| HWB | hwb(333 27% 24%) | color: hwb(333 27% 24%) | |
| OKLCH | oklch(0.5752 0.1682 356.04) | color: oklch(0.5752 0.1682 356.04) | |
| Lab | lab(48.17 54.89 -4.68) | color: lab(48.17 54.89 -4.68) | |
| LCH | lch(48.17 55.09 355.13) | color: lch(48.17 55.09 355.13) |
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)
#8B8A6E — rgb(139, 138, 110)
Deuteranopia (Green-blind)
#929C6B — rgb(146, 156, 107)
Tritanopia (Blue-blind)
#BB6461 — rgb(187, 100, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 50%, 51%);
text
color: hsl(333, 50%, 51%);
border
border: 2px solid hsl(333, 50%, 51%);
gradient light
background: linear-gradient(to right, hsl(333, 50%, 71%), hsl(333, 50%, 51%));
gradient dark
background: linear-gradient(to right, hsl(333, 50%, 51%), hsl(333, 50%, 31%))
hex
background-color: #C1447C;
tailwind
bg-[hsl(333,50%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 50%, 51%, 0.4);
css variable
--color-primary: hsl(333, 50%, 51%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 50%, 51%)?
HEX: #C1447C | RGB: rgb(193, 68, 124) | CMYK: 0%, 65%, 36%, 24% | HSV: 333°, 65%, 76%. Copy any format from the conversion table above.
What colors go well with #C1447C?
The complementary color is HSL(153, 50%, 51%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 50%, 51%) in CSS?
As HSL: color: hsl(333, 50%, 51%); — As HEX: color: #C1447C; — As RGB: color: rgb(193, 68, 124); — Tailwind CSS: bg-[hsl(333,50%,51%)] — CSS variable: --color-primary: hsl(333, 50%, 51%);