HSL(331, 92%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,92%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 92%, 72%) | color: hsl(331, 92%, 72%) | |
| HEX | #F976B5 | color: #F976B5 | |
| RGB | rgb(249, 118, 181) | color: rgb(249, 118, 181) | |
| CMYK | cmyk(0%, 53%, 27%, 2%) | — | |
| HSV | hsv(331, 53%, 98%) | — | |
| HWB | hwb(331 46% 2%) | color: hwb(331 46% 2%) | |
| OKLCH | oklch(0.7369 0.1732 352.09) | color: oklch(0.7369 0.1732 352.09) | |
| Lab | lab(66.85 56.7 -9.26) | color: lab(66.85 56.7 -9.26) | |
| LCH | lch(66.85 57.45 350.72) | color: lch(66.85 57.45 350.72) |
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)
#C0BFA6 — rgb(192, 191, 166)
Deuteranopia (Green-blind)
#C8D2A2 — rgb(200, 210, 162)
Tritanopia (Blue-blind)
#F29A97 — rgb(242, 154, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 92%, 72%);
text
color: hsl(331, 92%, 72%);
border
border: 2px solid hsl(331, 92%, 72%);
gradient light
background: linear-gradient(to right, hsl(331, 92%, 92%), hsl(331, 92%, 72%));
gradient dark
background: linear-gradient(to right, hsl(331, 92%, 72%), hsl(331, 92%, 52%))
hex
background-color: #F976B5;
tailwind
bg-[hsl(331,92%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 92%, 72%, 0.4);
css variable
--color-primary: hsl(331, 92%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 92%, 72%)?
HEX: #F976B5 | RGB: rgb(249, 118, 181) | CMYK: 0%, 53%, 27%, 2% | HSV: 331°, 53%, 98%. Copy any format from the conversion table above.
What colors go well with #F976B5?
The complementary color is HSL(151, 92%, 72%). 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, 92%, 72%) in CSS?
As HSL: color: hsl(331, 92%, 72%); — As HEX: color: #F976B5; — As RGB: color: rgb(249, 118, 181); — Tailwind CSS: bg-[hsl(331,92%,72%)] — CSS variable: --color-primary: hsl(331, 92%, 72%);