HSL(331, 97%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,97%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 97%, 80%) | color: hsl(331, 97%, 80%) | |
| HEX | #FD9BCA | color: #FD9BCA | |
| RGB | rgb(253, 155, 202) | color: rgb(253, 155, 202) | |
| CMYK | cmyk(0%, 39%, 20%, 1%) | — | |
| HSV | hsv(331, 39%, 99%) | — | |
| HWB | hwb(331 60% 1%) | color: hwb(331 60% 1%) | |
| OKLCH | oklch(0.8029 0.1291 350.2) | color: oklch(0.8029 0.1291 350.2) | |
| Lab | lab(75.2 42.61 -8.47) | color: lab(75.2 42.61 -8.47) | |
| LCH | lch(75.2 43.44 348.76) | color: lch(75.2 43.44 348.76) |
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)
#D3D2BF — rgb(211, 210, 191)
Deuteranopia (Green-blind)
#D8E0BC — rgb(216, 224, 188)
Tritanopia (Blue-blind)
#F8B6B4 — rgb(248, 182, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 97%, 80%);
text
color: hsl(331, 97%, 80%);
border
border: 2px solid hsl(331, 97%, 80%);
gradient light
background: linear-gradient(to right, hsl(331, 97%, 100%), hsl(331, 97%, 80%));
gradient dark
background: linear-gradient(to right, hsl(331, 97%, 80%), hsl(331, 97%, 60%))
hex
background-color: #FD9BCA;
tailwind
bg-[hsl(331,97%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 97%, 80%, 0.4);
css variable
--color-primary: hsl(331, 97%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 97%, 80%)?
HEX: #FD9BCA | RGB: rgb(253, 155, 202) | CMYK: 0%, 39%, 20%, 1% | HSV: 331°, 39%, 99%. Copy any format from the conversion table above.
What colors go well with #FD9BCA?
The complementary color is HSL(151, 97%, 80%). 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, 97%, 80%) in CSS?
As HSL: color: hsl(331, 97%, 80%); — As HEX: color: #FD9BCA; — As RGB: color: rgb(253, 155, 202); — Tailwind CSS: bg-[hsl(331,97%,80%)] — CSS variable: --color-primary: hsl(331, 97%, 80%);