HSL(323, 96%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,96%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 96%, 64%) | color: hsl(323, 96%, 64%) | |
| HEX | #FB4BB8 | color: #FB4BB8 | |
| RGB | rgb(251, 75, 184) | color: rgb(251, 75, 184) | |
| CMYK | cmyk(0%, 70%, 27%, 2%) | — | |
| HSV | hsv(323, 70%, 98%) | — | |
| HWB | hwb(323 29% 2%) | color: hwb(323 29% 2%) | |
| OKLCH | oklch(0.693 0.2344 346.91) | color: oklch(0.693 0.2344 346.91) | |
| Lab | lab(60.79 75.19 -20.09) | color: lab(60.79 75.19 -20.09) | |
| LCH | lch(60.79 77.83 345.04) | color: lch(60.79 77.83 345.04) |
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)
#AFAD9E — rgb(175, 173, 158)
Deuteranopia (Green-blind)
#B9C697 — rgb(185, 198, 151)
Tritanopia (Blue-blind)
#F28984 — rgb(242, 137, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 96%, 64%);
text
color: hsl(323, 96%, 64%);
border
border: 2px solid hsl(323, 96%, 64%);
gradient light
background: linear-gradient(to right, hsl(323, 96%, 84%), hsl(323, 96%, 64%));
gradient dark
background: linear-gradient(to right, hsl(323, 96%, 64%), hsl(323, 96%, 44%))
hex
background-color: #FB4BB8;
tailwind
bg-[hsl(323,96%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 96%, 64%, 0.4);
css variable
--color-primary: hsl(323, 96%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 96%, 64%)?
HEX: #FB4BB8 | RGB: rgb(251, 75, 184) | CMYK: 0%, 70%, 27%, 2% | HSV: 323°, 70%, 98%. Copy any format from the conversion table above.
What colors go well with #FB4BB8?
The complementary color is HSL(143, 96%, 64%). 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, 96%, 64%) in CSS?
As HSL: color: hsl(323, 96%, 64%); — As HEX: color: #FB4BB8; — As RGB: color: rgb(251, 75, 184); — Tailwind CSS: bg-[hsl(323,96%,64%)] — CSS variable: --color-primary: hsl(323, 96%, 64%);