HSL(326, 58%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,58%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 58%, 55%) | color: hsl(326, 58%, 55%) | |
| HEX | #CF4A95 | color: #CF4A95 | |
| RGB | rgb(207, 74, 149) | color: rgb(207, 74, 149) | |
| CMYK | cmyk(0%, 64%, 28%, 19%) | — | |
| HSV | hsv(326, 64%, 81%) | — | |
| HWB | hwb(326 29% 19%) | color: hwb(326 29% 19%) | |
| OKLCH | oklch(0.6123 0.1841 349.04) | color: oklch(0.6123 0.1841 349.04) | |
| Lab | lab(52.22 59.53 -13.37) | color: lab(52.22 59.53 -13.37) | |
| LCH | lch(52.22 61.01 347.34) | color: lch(52.22 61.01 347.34) |
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)
#959483 — rgb(149, 148, 131)
Deuteranopia (Green-blind)
#9DA77F — rgb(157, 167, 127)
Tritanopia (Blue-blind)
#C87571 — rgb(200, 117, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 58%, 55%);
text
color: hsl(326, 58%, 55%);
border
border: 2px solid hsl(326, 58%, 55%);
gradient light
background: linear-gradient(to right, hsl(326, 58%, 75%), hsl(326, 58%, 55%));
gradient dark
background: linear-gradient(to right, hsl(326, 58%, 55%), hsl(326, 58%, 35%))
hex
background-color: #CF4A95;
tailwind
bg-[hsl(326,58%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 58%, 55%, 0.4);
css variable
--color-primary: hsl(326, 58%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 58%, 55%)?
HEX: #CF4A95 | RGB: rgb(207, 74, 149) | CMYK: 0%, 64%, 28%, 19% | HSV: 326°, 64%, 81%. Copy any format from the conversion table above.
What colors go well with #CF4A95?
The complementary color is HSL(146, 58%, 55%). 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, 58%, 55%) in CSS?
As HSL: color: hsl(326, 58%, 55%); — As HEX: color: #CF4A95; — As RGB: color: rgb(207, 74, 149); — Tailwind CSS: bg-[hsl(326,58%,55%)] — CSS variable: --color-primary: hsl(326, 58%, 55%);