HSL(333, 83%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 83%, 64%) | color: hsl(333, 83%, 64%) | |
| HEX | #EF579C | color: #EF579C | |
| RGB | rgb(239, 87, 156) | color: rgb(239, 87, 156) | |
| CMYK | cmyk(0%, 64%, 35%, 6%) | — | |
| HSV | hsv(333, 64%, 94%) | — | |
| HWB | hwb(333 34% 6%) | color: hwb(333 34% 6%) | |
| OKLCH | oklch(0.6767 0.197 355.6) | color: oklch(0.6767 0.197 355.6) | |
| Lab | lab(59.5 64.29 -6.04) | color: lab(59.5 64.29 -6.04) | |
| LCH | lch(59.5 64.57 354.63) | color: lch(59.5 64.57 354.63) |
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)
#ADAC8B — rgb(173, 172, 139)
Deuteranopia (Green-blind)
#B6C187 — rgb(182, 193, 135)
Tritanopia (Blue-blind)
#E77E7B — rgb(231, 126, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 83%, 64%);
text
color: hsl(333, 83%, 64%);
border
border: 2px solid hsl(333, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(333, 83%, 84%), hsl(333, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(333, 83%, 64%), hsl(333, 83%, 44%))
hex
background-color: #EF579C;
tailwind
bg-[hsl(333,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 83%, 64%, 0.4);
css variable
--color-primary: hsl(333, 83%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 83%, 64%)?
HEX: #EF579C | RGB: rgb(239, 87, 156) | CMYK: 0%, 64%, 35%, 6% | HSV: 333°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #EF579C?
The complementary color is HSL(153, 83%, 64%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 83%, 64%) in CSS?
As HSL: color: hsl(333, 83%, 64%); — As HEX: color: #EF579C; — As RGB: color: rgb(239, 87, 156); — Tailwind CSS: bg-[hsl(333,83%,64%)] — CSS variable: --color-primary: hsl(333, 83%, 64%);