HSL(331, 89%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,89%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 89%, 76%) | color: hsl(331, 89%, 76%) | |
| HEX | #F88BC0 | color: #F88BC0 | |
| RGB | rgb(248, 139, 192) | color: rgb(248, 139, 192) | |
| CMYK | cmyk(0%, 44%, 23%, 3%) | — | |
| HSV | hsv(331, 44%, 97%) | — | |
| HWB | hwb(331 54% 3%) | color: hwb(331 54% 3%) | |
| OKLCH | oklch(0.7691 0.1449 350.52) | color: oklch(0.7691 0.1449 350.52) | |
| Lab | lab(71.03 47.65 -9.21) | color: lab(71.03 47.65 -9.21) | |
| LCH | lch(71.03 48.53 349.06) | color: lch(71.03 48.53 349.06) |
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)
#C9C8B3 — rgb(201, 200, 179)
Deuteranopia (Green-blind)
#CFD7B0 — rgb(207, 215, 176)
Tritanopia (Blue-blind)
#F3A9A7 — rgb(243, 169, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 89%, 76%);
text
color: hsl(331, 89%, 76%);
border
border: 2px solid hsl(331, 89%, 76%);
gradient light
background: linear-gradient(to right, hsl(331, 89%, 96%), hsl(331, 89%, 76%));
gradient dark
background: linear-gradient(to right, hsl(331, 89%, 76%), hsl(331, 89%, 56%))
hex
background-color: #F88BC0;
tailwind
bg-[hsl(331,89%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 89%, 76%, 0.4);
css variable
--color-primary: hsl(331, 89%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 89%, 76%)?
HEX: #F88BC0 | RGB: rgb(248, 139, 192) | CMYK: 0%, 44%, 23%, 3% | HSV: 331°, 44%, 97%. Copy any format from the conversion table above.
What colors go well with #F88BC0?
The complementary color is HSL(151, 89%, 76%). 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, 89%, 76%) in CSS?
As HSL: color: hsl(331, 89%, 76%); — As HEX: color: #F88BC0; — As RGB: color: rgb(248, 139, 192); — Tailwind CSS: bg-[hsl(331,89%,76%)] — CSS variable: --color-primary: hsl(331, 89%, 76%);