HSL(344, 50%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 50%, 55%) | color: hsl(344, 50%, 55%) | |
| HEX | #C65371 | color: #C65371 | |
| RGB | rgb(198, 83, 113) | color: rgb(198, 83, 113) | |
| CMYK | cmyk(0%, 58%, 43%, 22%) | — | |
| HSV | hsv(344, 58%, 78%) | — | |
| HWB | hwb(344 33% 22%) | color: hwb(344 33% 22%) | |
| OKLCH | oklch(0.5979 0.1489 6.51) | color: oklch(0.5979 0.1489 6.51) | |
| Lab | lab(51.14 48.62 6.37) | color: lab(51.14 48.62 6.37) | |
| LCH | lch(51.14 49.04 7.46) | color: lch(51.14 49.04 7.46) |
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)
#94936A — rgb(148, 147, 106)
Deuteranopia (Green-blind)
#9BA468 — rgb(155, 164, 104)
Tritanopia (Blue-blind)
#C06463 — rgb(192, 100, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 50%, 55%);
text
color: hsl(344, 50%, 55%);
border
border: 2px solid hsl(344, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(344, 50%, 75%), hsl(344, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(344, 50%, 55%), hsl(344, 50%, 35%))
hex
background-color: #C65371;
tailwind
bg-[hsl(344,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 50%, 55%, 0.4);
css variable
--color-primary: hsl(344, 50%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 50%, 55%)?
HEX: #C65371 | RGB: rgb(198, 83, 113) | CMYK: 0%, 58%, 43%, 22% | HSV: 344°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #C65371?
The complementary color is HSL(164, 50%, 55%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 50%, 55%) in CSS?
As HSL: color: hsl(344, 50%, 55%); — As HEX: color: #C65371; — As RGB: color: rgb(198, 83, 113); — Tailwind CSS: bg-[hsl(344,50%,55%)] — CSS variable: --color-primary: hsl(344, 50%, 55%);