HSL(331, 89%, 40%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,89%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 89%, 40%) | color: hsl(331, 89%, 40%) | |
| HEX | #C10B63 | color: #C10B63 | |
| RGB | rgb(193, 11, 99) | color: rgb(193, 11, 99) | |
| CMYK | cmyk(0%, 94%, 49%, 24%) | — | |
| HSV | hsv(331, 94%, 76%) | — | |
| HWB | hwb(331 5% 24%) | color: hwb(331 5% 24%) | |
| OKLCH | oklch(0.5272 0.2087 1.35) | color: oklch(0.5272 0.2087 1.35) | |
| Lab | lab(41.97 67.75 1.65) | color: lab(41.97 67.75 1.65) | |
| LCH | lch(41.97 67.77 1.4) | color: lch(41.97 67.77 1.4) |
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)
#72714E — rgb(114, 113, 78)
Deuteranopia (Green-blind)
#7D8A49 — rgb(125, 138, 73)
Tritanopia (Blue-blind)
#B83D39 — rgb(184, 61, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 89%, 40%);
text
color: hsl(331, 89%, 40%);
border
border: 2px solid hsl(331, 89%, 40%);
gradient light
background: linear-gradient(to right, hsl(331, 89%, 60%), hsl(331, 89%, 40%));
gradient dark
background: linear-gradient(to right, hsl(331, 89%, 40%), hsl(331, 89%, 20%))
hex
background-color: #C10B63;
tailwind
bg-[hsl(331,89%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 89%, 40%, 0.4);
css variable
--color-primary: hsl(331, 89%, 40%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 89%, 40%)?
HEX: #C10B63 | RGB: rgb(193, 11, 99) | CMYK: 0%, 94%, 49%, 24% | HSV: 331°, 94%, 76%. Copy any format from the conversion table above.
What colors go well with #C10B63?
The complementary color is HSL(151, 89%, 40%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 89%, 40%) in CSS?
As HSL: color: hsl(331, 89%, 40%); — As HEX: color: #C10B63; — As RGB: color: rgb(193, 11, 99); — Tailwind CSS: bg-[hsl(331,89%,40%)] — CSS variable: --color-primary: hsl(331, 89%, 40%);