HSL(317, 95%, 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(317,95%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 95%, 47%) | color: hsl(317, 95%, 47%) | |
| HEX | #EA06A9 | color: #EA06A9 | |
| RGB | rgb(234, 6, 169) | color: rgb(234, 6, 169) | |
| CMYK | cmyk(0%, 97%, 28%, 8%) | — | |
| HSV | hsv(317, 97%, 92%) | — | |
| HWB | hwb(317 3% 8%) | color: hwb(317 3% 8%) | |
| OKLCH | oklch(0.6248 0.2632 345.65) | color: oklch(0.6248 0.2632 345.65) | |
| Lab | lab(52.39 83.5 -24.51) | color: lab(52.39 83.5 -24.51) | |
| LCH | lch(52.39 87.02 343.64) | color: lch(52.39 87.02 343.64) |
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)
#878582 — rgb(135, 133, 130)
Deuteranopia (Green-blind)
#95A678 — rgb(149, 166, 120)
Tritanopia (Blue-blind)
#DF625C — rgb(223, 98, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 95%, 47%);
text
color: hsl(317, 95%, 47%);
border
border: 2px solid hsl(317, 95%, 47%);
gradient light
background: linear-gradient(to right, hsl(317, 95%, 67%), hsl(317, 95%, 47%));
gradient dark
background: linear-gradient(to right, hsl(317, 95%, 47%), hsl(317, 95%, 27%))
hex
background-color: #EA06A9;
tailwind
bg-[hsl(317,95%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 95%, 47%, 0.4);
css variable
--color-primary: hsl(317, 95%, 47%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 95%, 47%)?
HEX: #EA06A9 | RGB: rgb(234, 6, 169) | CMYK: 0%, 97%, 28%, 8% | HSV: 317°, 97%, 92%. Copy any format from the conversion table above.
What colors go well with #EA06A9?
The complementary color is HSL(137, 95%, 47%). 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, 95%, 47%) in CSS?
As HSL: color: hsl(317, 95%, 47%); — As HEX: color: #EA06A9; — As RGB: color: rgb(234, 6, 169); — Tailwind CSS: bg-[hsl(317,95%,47%)] — CSS variable: --color-primary: hsl(317, 95%, 47%);