HSL(337, 41%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,41%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 41%, 64%) | color: hsl(337, 41%, 64%) | |
| HEX | #C97E9A | color: #C97E9A | |
| RGB | rgb(201, 126, 154) | color: rgb(201, 126, 154) | |
| CMYK | cmyk(0%, 37%, 23%, 21%) | — | |
| HSV | hsv(338, 37%, 79%) | — | |
| HWB | hwb(338 50% 21%) | color: hwb(338 50% 21%) | |
| OKLCH | oklch(0.6798 0.0989 356.1) | color: oklch(0.6798 0.0989 356.1) | |
| Lab | lab(61.37 32.83 -2.72) | color: lab(61.37 32.83 -2.72) | |
| LCH | lch(61.37 32.94 355.26) | color: lch(61.37 32.94 355.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A9A893 — rgb(169, 168, 147)
Deuteranopia (Green-blind)
#ADB392 — rgb(173, 179, 146)
Tritanopia (Blue-blind)
#C58E8D — rgb(197, 142, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 41%, 64%);
text
color: hsl(337, 41%, 64%);
border
border: 2px solid hsl(337, 41%, 64%);
gradient light
background: linear-gradient(to right, hsl(337, 41%, 84%), hsl(337, 41%, 64%));
gradient dark
background: linear-gradient(to right, hsl(337, 41%, 64%), hsl(337, 41%, 44%))
hex
background-color: #C97E9A;
tailwind
bg-[hsl(337,41%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 41%, 64%, 0.4);
css variable
--color-primary: hsl(337, 41%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 41%, 64%)?
HEX: #C97E9A | RGB: rgb(201, 126, 154) | CMYK: 0%, 37%, 23%, 21% | HSV: 338°, 37%, 79%. Copy any format from the conversion table above.
What colors go well with #C97E9A?
The complementary color is HSL(157, 41%, 64%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 41%, 64%) in CSS?
As HSL: color: hsl(337, 41%, 64%); — As HEX: color: #C97E9A; — As RGB: color: rgb(201, 126, 154); — Tailwind CSS: bg-[hsl(337,41%,64%)] — CSS variable: --color-primary: hsl(337, 41%, 64%);