HSL(325, 45%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,45%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 45%, 55%) | color: hsl(325, 45%, 55%) | |
| HEX | #C05995 | color: #C05995 | |
| RGB | rgb(192, 89, 149) | color: rgb(192, 89, 149) | |
| CMYK | cmyk(0%, 54%, 22%, 25%) | — | |
| HSV | hsv(325, 54%, 75%) | — | |
| HWB | hwb(325 35% 25%) | color: hwb(325 35% 25%) | |
| OKLCH | oklch(0.6093 0.1489 346.41) | color: oklch(0.6093 0.1489 346.41) | |
| Lab | lab(52.42 48.26 -13.27) | color: lab(52.42 48.26 -13.27) | |
| LCH | lch(52.42 50.05 344.63) | color: lch(52.42 50.05 344.63) |
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)
#939286 — rgb(147, 146, 134)
Deuteranopia (Green-blind)
#99A183 — rgb(153, 161, 131)
Tritanopia (Blue-blind)
#BB7B79 — rgb(187, 123, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 45%, 55%);
text
color: hsl(325, 45%, 55%);
border
border: 2px solid hsl(325, 45%, 55%);
gradient light
background: linear-gradient(to right, hsl(325, 45%, 75%), hsl(325, 45%, 55%));
gradient dark
background: linear-gradient(to right, hsl(325, 45%, 55%), hsl(325, 45%, 35%))
hex
background-color: #C05995;
tailwind
bg-[hsl(325,45%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 45%, 55%, 0.4);
css variable
--color-primary: hsl(325, 45%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 45%, 55%)?
HEX: #C05995 | RGB: rgb(192, 89, 149) | CMYK: 0%, 54%, 22%, 25% | HSV: 325°, 54%, 75%. Copy any format from the conversion table above.
What colors go well with #C05995?
The complementary color is HSL(145, 45%, 55%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 45%, 55%) in CSS?
As HSL: color: hsl(325, 45%, 55%); — As HEX: color: #C05995; — As RGB: color: rgb(192, 89, 149); — Tailwind CSS: bg-[hsl(325,45%,55%)] — CSS variable: --color-primary: hsl(325, 45%, 55%);