HSL(331, 50%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,50%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 50%, 57%) | color: hsl(331, 50%, 57%) | |
| HEX | #C85B90 | color: #C85B90 | |
| RGB | rgb(200, 91, 144) | color: rgb(200, 91, 144) | |
| CMYK | cmyk(0%, 55%, 28%, 22%) | — | |
| HSV | hsv(331, 55%, 78%) | — | |
| HWB | hwb(331 35% 22%) | color: hwb(331 35% 22%) | |
| OKLCH | oklch(0.6213 0.1503 351.96) | color: oklch(0.6213 0.1503 351.96) | |
| Lab | lab(53.79 49.16 -8.15) | color: lab(53.79 49.16 -8.15) | |
| LCH | lch(53.79 49.83 350.59) | color: lch(53.79 49.83 350.59) |
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)
#999883 — rgb(153, 152, 131)
Deuteranopia (Green-blind)
#9FA780 — rgb(159, 167, 128)
Tritanopia (Blue-blind)
#C37977 — rgb(195, 121, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 50%, 57%);
text
color: hsl(331, 50%, 57%);
border
border: 2px solid hsl(331, 50%, 57%);
gradient light
background: linear-gradient(to right, hsl(331, 50%, 77%), hsl(331, 50%, 57%));
gradient dark
background: linear-gradient(to right, hsl(331, 50%, 57%), hsl(331, 50%, 37%))
hex
background-color: #C85B90;
tailwind
bg-[hsl(331,50%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 50%, 57%, 0.4);
css variable
--color-primary: hsl(331, 50%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 50%, 57%)?
HEX: #C85B90 | RGB: rgb(200, 91, 144) | CMYK: 0%, 55%, 28%, 22% | HSV: 331°, 55%, 78%. Copy any format from the conversion table above.
What colors go well with #C85B90?
The complementary color is HSL(151, 50%, 57%). 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, 50%, 57%) in CSS?
As HSL: color: hsl(331, 50%, 57%); — As HEX: color: #C85B90; — As RGB: color: rgb(200, 91, 144); — Tailwind CSS: bg-[hsl(331,50%,57%)] — CSS variable: --color-primary: hsl(331, 50%, 57%);