HSL(319, 60%, 54%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,60%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 60%, 54%) | color: hsl(319, 60%, 54%) | |
| HEX | #D043A4 | color: #D043A4 | |
| RGB | rgb(208, 67, 164) | color: rgb(208, 67, 164) | |
| CMYK | cmyk(0%, 68%, 21%, 18%) | — | |
| HSV | hsv(319, 68%, 82%) | — | |
| HWB | hwb(319 26% 18%) | color: hwb(319 26% 18%) | |
| OKLCH | oklch(0.6126 0.2027 342.64) | color: oklch(0.6126 0.2027 342.64) | |
| Lab | lab(51.96 64.5 -22.6) | color: lab(51.96 64.5 -22.6) | |
| LCH | lch(51.96 68.34 340.69) | color: lch(51.96 68.34 340.69) |
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)
#93928D — rgb(147, 146, 141)
Deuteranopia (Green-blind)
#9BA687 — rgb(155, 166, 135)
Tritanopia (Blue-blind)
#C97A76 — rgb(201, 122, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 60%, 54%);
text
color: hsl(319, 60%, 54%);
border
border: 2px solid hsl(319, 60%, 54%);
gradient light
background: linear-gradient(to right, hsl(319, 60%, 74%), hsl(319, 60%, 54%));
gradient dark
background: linear-gradient(to right, hsl(319, 60%, 54%), hsl(319, 60%, 34%))
hex
background-color: #D043A4;
tailwind
bg-[hsl(319,60%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 60%, 54%, 0.4);
css variable
--color-primary: hsl(319, 60%, 54%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 60%, 54%)?
HEX: #D043A4 | RGB: rgb(208, 67, 164) | CMYK: 0%, 68%, 21%, 18% | HSV: 319°, 68%, 82%. Copy any format from the conversion table above.
What colors go well with #D043A4?
The complementary color is HSL(139, 60%, 54%). 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, 60%, 54%) in CSS?
As HSL: color: hsl(319, 60%, 54%); — As HEX: color: #D043A4; — As RGB: color: rgb(208, 67, 164); — Tailwind CSS: bg-[hsl(319,60%,54%)] — CSS variable: --color-primary: hsl(319, 60%, 54%);