HSL(339, 52%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,52%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 52%, 55%) | color: hsl(339, 52%, 55%) | |
| HEX | #C8517A | color: #C8517A | |
| RGB | rgb(200, 81, 122) | color: rgb(200, 81, 122) | |
| CMYK | cmyk(0%, 60%, 39%, 22%) | — | |
| HSV | hsv(339, 60%, 78%) | — | |
| HWB | hwb(339 31% 22%) | color: hwb(339 31% 22%) | |
| OKLCH | oklch(0.6009 0.1562 1.49) | color: oklch(0.6009 0.1562 1.49) | |
| Lab | lab(51.35 51.17 1.32) | color: lab(51.35 51.17 1.32) | |
| LCH | lch(51.35 51.19 1.48) | color: lch(51.35 51.19 1.48) |
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)
#949370 — rgb(148, 147, 112)
Deuteranopia (Green-blind)
#9BA46E — rgb(155, 164, 110)
Tritanopia (Blue-blind)
#C26867 — rgb(194, 104, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 52%, 55%);
text
color: hsl(339, 52%, 55%);
border
border: 2px solid hsl(339, 52%, 55%);
gradient light
background: linear-gradient(to right, hsl(339, 52%, 75%), hsl(339, 52%, 55%));
gradient dark
background: linear-gradient(to right, hsl(339, 52%, 55%), hsl(339, 52%, 35%))
hex
background-color: #C8517A;
tailwind
bg-[hsl(339,52%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 52%, 55%, 0.4);
css variable
--color-primary: hsl(339, 52%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 52%, 55%)?
HEX: #C8517A | RGB: rgb(200, 81, 122) | CMYK: 0%, 60%, 39%, 22% | HSV: 339°, 60%, 78%. Copy any format from the conversion table above.
What colors go well with #C8517A?
The complementary color is HSL(159, 52%, 55%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 52%, 55%) in CSS?
As HSL: color: hsl(339, 52%, 55%); — As HEX: color: #C8517A; — As RGB: color: rgb(200, 81, 122); — Tailwind CSS: bg-[hsl(339,52%,55%)] — CSS variable: --color-primary: hsl(339, 52%, 55%);