HSL(323, 100%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,100%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 100%, 60%) | color: hsl(323, 100%, 60%) | |
| HEX | #FF33B1 | color: #FF33B1 | |
| RGB | rgb(255, 51, 177) | color: rgb(255, 51, 177) | |
| CMYK | cmyk(0%, 80%, 31%, 0%) | — | |
| HSV | hsv(323, 80%, 100%) | — | |
| HWB | hwb(323 20% 0%) | color: hwb(323 20% 0%) | |
| OKLCH | oklch(0.6789 0.2565 348.77) | color: oklch(0.6789 0.2565 348.77) | |
| Lab | lab(58.8 82.2 -19.03) | color: lab(58.8 82.2 -19.03) | |
| LCH | lch(58.8 84.37 346.97) | color: lch(58.8 84.37 346.97) |
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)
#A7A593 — rgb(167, 165, 147)
Deuteranopia (Green-blind)
#B3C28B — rgb(179, 194, 139)
Tritanopia (Blue-blind)
#F57A75 — rgb(245, 122, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 100%, 60%);
text
color: hsl(323, 100%, 60%);
border
border: 2px solid hsl(323, 100%, 60%);
gradient light
background: linear-gradient(to right, hsl(323, 100%, 80%), hsl(323, 100%, 60%));
gradient dark
background: linear-gradient(to right, hsl(323, 100%, 60%), hsl(323, 100%, 40%))
hex
background-color: #FF33B1;
tailwind
bg-[hsl(323,100%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 100%, 60%, 0.4);
css variable
--color-primary: hsl(323, 100%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 100%, 60%)?
HEX: #FF33B1 | RGB: rgb(255, 51, 177) | CMYK: 0%, 80%, 31%, 0% | HSV: 323°, 80%, 100%. Copy any format from the conversion table above.
What colors go well with #FF33B1?
The complementary color is HSL(143, 100%, 60%). 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, 100%, 60%) in CSS?
As HSL: color: hsl(323, 100%, 60%); — As HEX: color: #FF33B1; — As RGB: color: rgb(255, 51, 177); — Tailwind CSS: bg-[hsl(323,100%,60%)] — CSS variable: --color-primary: hsl(323, 100%, 60%);