HSL(334, 64%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,64%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 64%, 41%) | color: hsl(334, 64%, 41%) | |
| HEX | #AB2660 | color: #AB2660 | |
| RGB | rgb(171, 38, 96) | color: rgb(171, 38, 96) | |
| CMYK | cmyk(0%, 78%, 44%, 33%) | — | |
| HSV | hsv(334, 78%, 67%) | — | |
| HWB | hwb(334 15% 33%) | color: hwb(334 15% 33%) | |
| OKLCH | oklch(0.5004 0.174 359.58) | color: oklch(0.5004 0.174 359.58) | |
| Lab | lab(39.4 56.62 -0.73) | color: lab(39.4 56.62 -0.73) | |
| LCH | lch(39.4 56.62 359.26) | color: lch(39.4 56.62 359.26) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#717052 — rgb(113, 112, 82)
Deuteranopia (Green-blind)
#79834F — rgb(121, 131, 79)
Tritanopia (Blue-blind)
#A44744 — rgb(164, 71, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 64%, 41%);
text
color: hsl(334, 64%, 41%);
border
border: 2px solid hsl(334, 64%, 41%);
gradient light
background: linear-gradient(to right, hsl(334, 64%, 61%), hsl(334, 64%, 41%));
gradient dark
background: linear-gradient(to right, hsl(334, 64%, 41%), hsl(334, 64%, 21%))
hex
background-color: #AB2660;
tailwind
bg-[hsl(334,64%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 64%, 41%, 0.4);
css variable
--color-primary: hsl(334, 64%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 64%, 41%)?
HEX: #AB2660 | RGB: rgb(171, 38, 96) | CMYK: 0%, 78%, 44%, 33% | HSV: 334°, 78%, 67%. Copy any format from the conversion table above.
What colors go well with #AB2660?
The complementary color is HSL(154, 64%, 41%). 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, 64%, 41%) in CSS?
As HSL: color: hsl(334, 64%, 41%); — As HEX: color: #AB2660; — As RGB: color: rgb(171, 38, 96); — Tailwind CSS: bg-[hsl(334,64%,41%)] — CSS variable: --color-primary: hsl(334, 64%, 41%);