HSL(324, 89%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,89%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 89%, 66%) | color: hsl(324, 89%, 66%) | |
| HEX | #F55BB8 | color: #F55BB8 | |
| RGB | rgb(245, 91, 184) | color: rgb(245, 91, 184) | |
| CMYK | cmyk(0%, 63%, 25%, 4%) | — | |
| HSV | hsv(324, 63%, 96%) | — | |
| HWB | hwb(324 36% 4%) | color: hwb(324 36% 4%) | |
| OKLCH | oklch(0.6998 0.2103 346.65) | color: oklch(0.6998 0.2103 346.65) | |
| Lab | lab(61.96 67.71 -18.39) | color: lab(61.96 67.71 -18.39) | |
| LCH | lch(61.96 70.16 344.81) | color: lch(61.96 70.16 344.81) |
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)
#B2B1A1 — rgb(178, 177, 161)
Deuteranopia (Green-blind)
#BBC79C — rgb(187, 199, 156)
Tritanopia (Blue-blind)
#ED908C — rgb(237, 144, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 89%, 66%);
text
color: hsl(324, 89%, 66%);
border
border: 2px solid hsl(324, 89%, 66%);
gradient light
background: linear-gradient(to right, hsl(324, 89%, 86%), hsl(324, 89%, 66%));
gradient dark
background: linear-gradient(to right, hsl(324, 89%, 66%), hsl(324, 89%, 46%))
hex
background-color: #F55BB8;
tailwind
bg-[hsl(324,89%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 89%, 66%, 0.4);
css variable
--color-primary: hsl(324, 89%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 89%, 66%)?
HEX: #F55BB8 | RGB: rgb(245, 91, 184) | CMYK: 0%, 63%, 25%, 4% | HSV: 324°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #F55BB8?
The complementary color is HSL(144, 89%, 66%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 89%, 66%) in CSS?
As HSL: color: hsl(324, 89%, 66%); — As HEX: color: #F55BB8; — As RGB: color: rgb(245, 91, 184); — Tailwind CSS: bg-[hsl(324,89%,66%)] — CSS variable: --color-primary: hsl(324, 89%, 66%);