HSL(334, 50%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 50%, 55%) | color: hsl(334, 50%, 55%) | |
| HEX | #C65385 | color: #C65385 | |
| RGB | rgb(198, 83, 133) | color: rgb(198, 83, 133) | |
| CMYK | cmyk(0%, 58%, 33%, 22%) | — | |
| HSV | hsv(334, 58%, 78%) | — | |
| HWB | hwb(334 33% 22%) | color: hwb(334 33% 22%) | |
| OKLCH | oklch(0.604 0.1554 355.61) | color: oklch(0.604 0.1554 355.61) | |
| Lab | lab(51.71 50.89 -4.76) | color: lab(51.71 50.89 -4.76) | |
| LCH | lch(51.71 51.11 354.66) | color: lch(51.71 51.11 354.66) |
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)
#949379 — rgb(148, 147, 121)
Deuteranopia (Green-blind)
#9BA476 — rgb(155, 164, 118)
Tritanopia (Blue-blind)
#C06F6D — rgb(192, 111, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 50%, 55%);
text
color: hsl(334, 50%, 55%);
border
border: 2px solid hsl(334, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(334, 50%, 75%), hsl(334, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(334, 50%, 55%), hsl(334, 50%, 35%))
hex
background-color: #C65385;
tailwind
bg-[hsl(334,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 50%, 55%, 0.4);
css variable
--color-primary: hsl(334, 50%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 50%, 55%)?
HEX: #C65385 | RGB: rgb(198, 83, 133) | CMYK: 0%, 58%, 33%, 22% | HSV: 334°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #C65385?
The complementary color is HSL(154, 50%, 55%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 50%, 55%) in CSS?
As HSL: color: hsl(334, 50%, 55%); — As HEX: color: #C65385; — As RGB: color: rgb(198, 83, 133); — Tailwind CSS: bg-[hsl(334,50%,55%)] — CSS variable: --color-primary: hsl(334, 50%, 55%);