HSL(332, 88%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,88%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 88%, 82%) | color: hsl(332, 88%, 82%) | |
| HEX | #F9A9CE | color: #F9A9CE | |
| RGB | rgb(249, 169, 206) | color: rgb(249, 169, 206) | |
| CMYK | cmyk(0%, 32%, 17%, 2%) | — | |
| HSV | hsv(332, 32%, 98%) | — | |
| HWB | hwb(332 67% 2%) | color: hwb(332 67% 2%) | |
| OKLCH | oklch(0.8226 0.1042 350.34) | color: oklch(0.8226 0.1042 350.34) | |
| Lab | lab(77.86 34.58 -6.76) | color: lab(77.86 34.58 -6.76) | |
| LCH | lch(77.86 35.23 348.94) | color: lch(77.86 35.23 348.94) |
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)
#D6D6C5 — rgb(214, 214, 197)
Deuteranopia (Green-blind)
#DBE1C3 — rgb(219, 225, 195)
Tritanopia (Blue-blind)
#F5BEBC — rgb(245, 190, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 88%, 82%);
text
color: hsl(332, 88%, 82%);
border
border: 2px solid hsl(332, 88%, 82%);
gradient light
background: linear-gradient(to right, hsl(332, 88%, 100%), hsl(332, 88%, 82%));
gradient dark
background: linear-gradient(to right, hsl(332, 88%, 82%), hsl(332, 88%, 62%))
hex
background-color: #F9A9CE;
tailwind
bg-[hsl(332,88%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 88%, 82%, 0.4);
css variable
--color-primary: hsl(332, 88%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 88%, 82%)?
HEX: #F9A9CE | RGB: rgb(249, 169, 206) | CMYK: 0%, 32%, 17%, 2% | HSV: 332°, 32%, 98%. Copy any format from the conversion table above.
What colors go well with #F9A9CE?
The complementary color is HSL(152, 88%, 82%). 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, 88%, 82%) in CSS?
As HSL: color: hsl(332, 88%, 82%); — As HEX: color: #F9A9CE; — As RGB: color: rgb(249, 169, 206); — Tailwind CSS: bg-[hsl(332,88%,82%)] — CSS variable: --color-primary: hsl(332, 88%, 82%);