HSL(319, 75%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,75%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 75%, 60%) | color: hsl(319, 75%, 60%) | |
| HEX | #E64DB5 | color: #E64DB5 | |
| RGB | rgb(230, 77, 181) | color: rgb(230, 77, 181) | |
| CMYK | cmyk(0%, 67%, 21%, 10%) | — | |
| HSV | hsv(319, 67%, 90%) | — | |
| HWB | hwb(319 30% 10%) | color: hwb(319 30% 10%) | |
| OKLCH | oklch(0.6623 0.2158 342.97) | color: oklch(0.6623 0.2158 342.97) | |
| Lab | lab(57.53 68.75 -23.65) | color: lab(57.53 68.75 -23.65) | |
| LCH | lch(57.53 72.7 341.02) | color: lch(57.53 72.7 341.02) |
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)
#A4A29C — rgb(164, 162, 156)
Deuteranopia (Green-blind)
#ADB896 — rgb(173, 184, 150)
Tritanopia (Blue-blind)
#DE8884 — rgb(222, 136, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 75%, 60%);
text
color: hsl(319, 75%, 60%);
border
border: 2px solid hsl(319, 75%, 60%);
gradient light
background: linear-gradient(to right, hsl(319, 75%, 80%), hsl(319, 75%, 60%));
gradient dark
background: linear-gradient(to right, hsl(319, 75%, 60%), hsl(319, 75%, 40%))
hex
background-color: #E64DB5;
tailwind
bg-[hsl(319,75%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 75%, 60%, 0.4);
css variable
--color-primary: hsl(319, 75%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 75%, 60%)?
HEX: #E64DB5 | RGB: rgb(230, 77, 181) | CMYK: 0%, 67%, 21%, 10% | HSV: 319°, 67%, 90%. Copy any format from the conversion table above.
What colors go well with #E64DB5?
The complementary color is HSL(139, 75%, 60%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 75%, 60%) in CSS?
As HSL: color: hsl(319, 75%, 60%); — As HEX: color: #E64DB5; — As RGB: color: rgb(230, 77, 181); — Tailwind CSS: bg-[hsl(319,75%,60%)] — CSS variable: --color-primary: hsl(319, 75%, 60%);