HSL(321, 85%, 47%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,85%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 85%, 47%) | color: hsl(321, 85%, 47%) | |
| HEX | #DE1296 | color: #DE1296 | |
| RGB | rgb(222, 18, 150) | color: rgb(222, 18, 150) | |
| CMYK | cmyk(0%, 92%, 32%, 13%) | — | |
| HSV | hsv(321, 92%, 87%) | — | |
| HWB | hwb(321 7% 13%) | color: hwb(321 7% 13%) | |
| OKLCH | oklch(0.5989 0.2441 349.14) | color: oklch(0.5989 0.2441 349.14) | |
| Lab | lab(49.7 78.06 -17.54) | color: lab(49.7 78.06 -17.54) | |
| LCH | lch(49.7 80.01 347.34) | color: lch(49.7 80.01 347.34) |
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)
#868476 — rgb(134, 132, 118)
Deuteranopia (Green-blind)
#92A16E — rgb(146, 161, 110)
Tritanopia (Blue-blind)
#D45D57 — rgb(212, 93, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 85%, 47%);
text
color: hsl(321, 85%, 47%);
border
border: 2px solid hsl(321, 85%, 47%);
gradient light
background: linear-gradient(to right, hsl(321, 85%, 67%), hsl(321, 85%, 47%));
gradient dark
background: linear-gradient(to right, hsl(321, 85%, 47%), hsl(321, 85%, 27%))
hex
background-color: #DE1296;
tailwind
bg-[hsl(321,85%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 85%, 47%, 0.4);
css variable
--color-primary: hsl(321, 85%, 47%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 85%, 47%)?
HEX: #DE1296 | RGB: rgb(222, 18, 150) | CMYK: 0%, 92%, 32%, 13% | HSV: 321°, 92%, 87%. Copy any format from the conversion table above.
What colors go well with #DE1296?
The complementary color is HSL(141, 85%, 47%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 85%, 47%) in CSS?
As HSL: color: hsl(321, 85%, 47%); — As HEX: color: #DE1296; — As RGB: color: rgb(222, 18, 150); — Tailwind CSS: bg-[hsl(321,85%,47%)] — CSS variable: --color-primary: hsl(321, 85%, 47%);