HSL(331, 96%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,96%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 96%, 75%) | color: hsl(331, 96%, 75%) | |
| HEX | #FC82BD | color: #FC82BD | |
| RGB | rgb(252, 130, 189) | color: rgb(252, 130, 189) | |
| CMYK | cmyk(0%, 48%, 25%, 1%) | — | |
| HSV | hsv(331, 48%, 99%) | — | |
| HWB | hwb(331 51% 1%) | color: hwb(331 51% 1%) | |
| OKLCH | oklch(0.7599 0.1615 351.3) | color: oklch(0.7599 0.1615 351.3) | |
| Lab | lab(69.71 52.98 -9.45) | color: lab(69.71 52.98 -9.45) | |
| LCH | lch(69.71 53.82 349.89) | color: lch(69.71 53.82 349.89) |
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)
#C7C6AF — rgb(199, 198, 175)
Deuteranopia (Green-blind)
#CED7AB — rgb(206, 215, 171)
Tritanopia (Blue-blind)
#F6A3A1 — rgb(246, 163, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 96%, 75%);
text
color: hsl(331, 96%, 75%);
border
border: 2px solid hsl(331, 96%, 75%);
gradient light
background: linear-gradient(to right, hsl(331, 96%, 95%), hsl(331, 96%, 75%));
gradient dark
background: linear-gradient(to right, hsl(331, 96%, 75%), hsl(331, 96%, 55%))
hex
background-color: #FC82BD;
tailwind
bg-[hsl(331,96%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 96%, 75%, 0.4);
css variable
--color-primary: hsl(331, 96%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 96%, 75%)?
HEX: #FC82BD | RGB: rgb(252, 130, 189) | CMYK: 0%, 48%, 25%, 1% | HSV: 331°, 48%, 99%. Copy any format from the conversion table above.
What colors go well with #FC82BD?
The complementary color is HSL(151, 96%, 75%). 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, 96%, 75%) in CSS?
As HSL: color: hsl(331, 96%, 75%); — As HEX: color: #FC82BD; — As RGB: color: rgb(252, 130, 189); — Tailwind CSS: bg-[hsl(331,96%,75%)] — CSS variable: --color-primary: hsl(331, 96%, 75%);