HSL(327, 70%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,70%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 70%, 45%) | color: hsl(327, 70%, 45%) | |
| HEX | #C3227B | color: #C3227B | |
| RGB | rgb(195, 34, 123) | color: rgb(195, 34, 123) | |
| CMYK | cmyk(0%, 83%, 37%, 24%) | — | |
| HSV | hsv(327, 83%, 76%) | — | |
| HWB | hwb(327 13% 24%) | color: hwb(327 13% 24%) | |
| OKLCH | oklch(0.5488 0.2062 353.2) | color: oklch(0.5488 0.2062 353.2) | |
| Lab | lab(44.49 66.55 -9.53) | color: lab(44.49 66.55 -9.53) | |
| LCH | lch(44.49 67.23 351.85) | color: lch(44.49 67.23 351.85) |
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)
#7D7C65 — rgb(125, 124, 101)
Deuteranopia (Green-blind)
#879360 — rgb(135, 147, 96)
Tritanopia (Blue-blind)
#BB5451 — rgb(187, 84, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 70%, 45%);
text
color: hsl(327, 70%, 45%);
border
border: 2px solid hsl(327, 70%, 45%);
gradient light
background: linear-gradient(to right, hsl(327, 70%, 65%), hsl(327, 70%, 45%));
gradient dark
background: linear-gradient(to right, hsl(327, 70%, 45%), hsl(327, 70%, 25%))
hex
background-color: #C3227B;
tailwind
bg-[hsl(327,70%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 70%, 45%, 0.4);
css variable
--color-primary: hsl(327, 70%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 70%, 45%)?
HEX: #C3227B | RGB: rgb(195, 34, 123) | CMYK: 0%, 83%, 37%, 24% | HSV: 327°, 83%, 76%. Copy any format from the conversion table above.
What colors go well with #C3227B?
The complementary color is HSL(147, 70%, 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, 70%, 45%) in CSS?
As HSL: color: hsl(327, 70%, 45%); — As HEX: color: #C3227B; — As RGB: color: rgb(195, 34, 123); — Tailwind CSS: bg-[hsl(327,70%,45%)] — CSS variable: --color-primary: hsl(327, 70%, 45%);