HSL(337, 77%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,77%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 77%, 44%) | color: hsl(337, 77%, 44%) | |
| HEX | #C71A5C | color: #C71A5C | |
| RGB | rgb(199, 26, 92) | color: rgb(199, 26, 92) | |
| CMYK | cmyk(0%, 87%, 54%, 22%) | — | |
| HSV | hsv(337, 87%, 78%) | — | |
| HWB | hwb(337 10% 22%) | color: hwb(337 10% 22%) | |
| OKLCH | oklch(0.5416 0.2045 6.33) | color: oklch(0.5416 0.2045 6.33) | |
| Lab | lab(43.74 66.49 8.74) | color: lab(43.74 66.49 8.74) | |
| LCH | lch(43.74 67.06 7.49) | color: lch(43.74 67.06 7.49) |
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)
#7C7B4C — rgb(124, 123, 76)
Deuteranopia (Green-blind)
#869348 — rgb(134, 147, 72)
Tritanopia (Blue-blind)
#BE3F3D — rgb(190, 63, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 77%, 44%);
text
color: hsl(337, 77%, 44%);
border
border: 2px solid hsl(337, 77%, 44%);
gradient light
background: linear-gradient(to right, hsl(337, 77%, 64%), hsl(337, 77%, 44%));
gradient dark
background: linear-gradient(to right, hsl(337, 77%, 44%), hsl(337, 77%, 24%))
hex
background-color: #C71A5C;
tailwind
bg-[hsl(337,77%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 77%, 44%, 0.4);
css variable
--color-primary: hsl(337, 77%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 77%, 44%)?
HEX: #C71A5C | RGB: rgb(199, 26, 92) | CMYK: 0%, 87%, 54%, 22% | HSV: 337°, 87%, 78%. Copy any format from the conversion table above.
What colors go well with #C71A5C?
The complementary color is HSL(157, 77%, 44%). 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, 77%, 44%) in CSS?
As HSL: color: hsl(337, 77%, 44%); — As HEX: color: #C71A5C; — As RGB: color: rgb(199, 26, 92); — Tailwind CSS: bg-[hsl(337,77%,44%)] — CSS variable: --color-primary: hsl(337, 77%, 44%);