HSL(317, 94%, 43%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,94%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 94%, 43%) | color: hsl(317, 94%, 43%) | |
| HEX | #D5079A | color: #D5079A | |
| RGB | rgb(213, 7, 154) | color: rgb(213, 7, 154) | |
| CMYK | cmyk(0%, 97%, 28%, 16%) | — | |
| HSV | hsv(317, 97%, 84%) | — | |
| HWB | hwb(317 3% 16%) | color: hwb(317 3% 16%) | |
| OKLCH | oklch(0.5827 0.2448 345.51) | color: oklch(0.5827 0.2448 345.51) | |
| Lab | lab(47.8 77.68 -23) | color: lab(47.8 77.68 -23) | |
| LCH | lch(47.8 81.01 343.51) | color: lch(47.8 81.01 343.51) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7C7A76 — rgb(124, 122, 118)
Deuteranopia (Green-blind)
#88976E — rgb(136, 151, 110)
Tritanopia (Blue-blind)
#CB5A54 — rgb(203, 90, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 94%, 43%);
text
color: hsl(317, 94%, 43%);
border
border: 2px solid hsl(317, 94%, 43%);
gradient light
background: linear-gradient(to right, hsl(317, 94%, 63%), hsl(317, 94%, 43%));
gradient dark
background: linear-gradient(to right, hsl(317, 94%, 43%), hsl(317, 94%, 23%))
hex
background-color: #D5079A;
tailwind
bg-[hsl(317,94%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 94%, 43%, 0.4);
css variable
--color-primary: hsl(317, 94%, 43%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 94%, 43%)?
HEX: #D5079A | RGB: rgb(213, 7, 154) | CMYK: 0%, 97%, 28%, 16% | HSV: 317°, 97%, 84%. Copy any format from the conversion table above.
What colors go well with #D5079A?
The complementary color is HSL(137, 94%, 43%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 94%, 43%) in CSS?
As HSL: color: hsl(317, 94%, 43%); — As HEX: color: #D5079A; — As RGB: color: rgb(213, 7, 154); — Tailwind CSS: bg-[hsl(317,94%,43%)] — CSS variable: --color-primary: hsl(317, 94%, 43%);