HSL(332, 91%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,91%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 91%, 75%) | color: hsl(332, 91%, 75%) | |
| HEX | #F985BB | color: #F985BB | |
| RGB | rgb(249, 133, 187) | color: rgb(249, 133, 187) | |
| CMYK | cmyk(0%, 47%, 25%, 2%) | — | |
| HSV | hsv(332, 47%, 98%) | — | |
| HWB | hwb(332 52% 2%) | color: hwb(332 52% 2%) | |
| OKLCH | oklch(0.7598 0.1529 352.07) | color: oklch(0.7598 0.1529 352.07) | |
| Lab | lab(69.83 50.27 -8.2) | color: lab(69.83 50.27 -8.2) | |
| LCH | lch(69.83 50.93 350.74) | color: lch(69.83 50.93 350.74) |
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)
#C7C6AE — rgb(199, 198, 174)
Deuteranopia (Green-blind)
#CED6AB — rgb(206, 214, 171)
Tritanopia (Blue-blind)
#F3A4A1 — rgb(243, 164, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 91%, 75%);
text
color: hsl(332, 91%, 75%);
border
border: 2px solid hsl(332, 91%, 75%);
gradient light
background: linear-gradient(to right, hsl(332, 91%, 95%), hsl(332, 91%, 75%));
gradient dark
background: linear-gradient(to right, hsl(332, 91%, 75%), hsl(332, 91%, 55%))
hex
background-color: #F985BB;
tailwind
bg-[hsl(332,91%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 91%, 75%, 0.4);
css variable
--color-primary: hsl(332, 91%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 91%, 75%)?
HEX: #F985BB | RGB: rgb(249, 133, 187) | CMYK: 0%, 47%, 25%, 2% | HSV: 332°, 47%, 98%. Copy any format from the conversion table above.
What colors go well with #F985BB?
The complementary color is HSL(152, 91%, 75%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 91%, 75%) in CSS?
As HSL: color: hsl(332, 91%, 75%); — As HEX: color: #F985BB; — As RGB: color: rgb(249, 133, 187); — Tailwind CSS: bg-[hsl(332,91%,75%)] — CSS variable: --color-primary: hsl(332, 91%, 75%);