HSL(327, 69%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,69%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 69%, 45%) | color: hsl(327, 69%, 45%) | |
| HEX | #C2247B | color: #C2247B | |
| RGB | rgb(194, 36, 123) | color: rgb(194, 36, 123) | |
| CMYK | cmyk(0%, 81%, 37%, 24%) | — | |
| HSV | hsv(327, 81%, 76%) | — | |
| HWB | hwb(327 14% 24%) | color: hwb(327 14% 24%) | |
| OKLCH | oklch(0.5483 0.2039 353.08) | color: oklch(0.5483 0.2039 353.08) | |
| Lab | lab(44.47 65.82 -9.58) | color: lab(44.47 65.82 -9.58) | |
| LCH | lch(44.47 66.51 351.72) | color: lch(44.47 66.51 351.72) |
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)
#7E7C66 — rgb(126, 124, 102)
Deuteranopia (Green-blind)
#879361 — rgb(135, 147, 97)
Tritanopia (Blue-blind)
#BA5552 — rgb(186, 85, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 69%, 45%);
text
color: hsl(327, 69%, 45%);
border
border: 2px solid hsl(327, 69%, 45%);
gradient light
background: linear-gradient(to right, hsl(327, 69%, 65%), hsl(327, 69%, 45%));
gradient dark
background: linear-gradient(to right, hsl(327, 69%, 45%), hsl(327, 69%, 25%))
hex
background-color: #C2247B;
tailwind
bg-[hsl(327,69%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 69%, 45%, 0.4);
css variable
--color-primary: hsl(327, 69%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 69%, 45%)?
HEX: #C2247B | RGB: rgb(194, 36, 123) | CMYK: 0%, 81%, 37%, 24% | HSV: 327°, 81%, 76%. Copy any format from the conversion table above.
What colors go well with #C2247B?
The complementary color is HSL(147, 69%, 45%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 69%, 45%) in CSS?
As HSL: color: hsl(327, 69%, 45%); — As HEX: color: #C2247B; — As RGB: color: rgb(194, 36, 123); — Tailwind CSS: bg-[hsl(327,69%,45%)] — CSS variable: --color-primary: hsl(327, 69%, 45%);