HSL(323, 87%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,87%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 87%, 82%) | color: hsl(323, 87%, 82%) | |
| HEX | #F9A9DA | color: #F9A9DA | |
| RGB | rgb(249, 169, 218) | color: rgb(249, 169, 218) | |
| CMYK | cmyk(0%, 32%, 12%, 2%) | — | |
| HSV | hsv(323, 32%, 98%) | — | |
| HWB | hwb(323 67% 2%) | color: hwb(323 67% 2%) | |
| OKLCH | oklch(0.8265 0.1119 342.46) | color: oklch(0.8265 0.1119 342.46) | |
| Lab | lab(78.22 36.46 -12.75) | color: lab(78.22 36.46 -12.75) | |
| LCH | lch(78.22 38.63 340.73) | color: lch(78.22 38.63 340.73) |
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)
#D6D6CE — rgb(214, 214, 206)
Deuteranopia (Green-blind)
#DBE1CB — rgb(219, 225, 203)
Tritanopia (Blue-blind)
#F5C5C3 — rgb(245, 197, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 87%, 82%);
text
color: hsl(323, 87%, 82%);
border
border: 2px solid hsl(323, 87%, 82%);
gradient light
background: linear-gradient(to right, hsl(323, 87%, 100%), hsl(323, 87%, 82%));
gradient dark
background: linear-gradient(to right, hsl(323, 87%, 82%), hsl(323, 87%, 62%))
hex
background-color: #F9A9DA;
tailwind
bg-[hsl(323,87%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 87%, 82%, 0.4);
css variable
--color-primary: hsl(323, 87%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 87%, 82%)?
HEX: #F9A9DA | RGB: rgb(249, 169, 218) | CMYK: 0%, 32%, 12%, 2% | HSV: 323°, 32%, 98%. Copy any format from the conversion table above.
What colors go well with #F9A9DA?
The complementary color is HSL(143, 87%, 82%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 87%, 82%) in CSS?
As HSL: color: hsl(323, 87%, 82%); — As HEX: color: #F9A9DA; — As RGB: color: rgb(249, 169, 218); — Tailwind CSS: bg-[hsl(323,87%,82%)] — CSS variable: --color-primary: hsl(323, 87%, 82%);