#d019fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 25, 253
HSL
288°, 98%, 55%
CMYK
18, 90, 0, 1
Luminance
0.2120
Every format
| HEX | #d019fd |
| RGB | rgb(208, 25, 253) |
| HSL | hsl(288, 98%, 55%) |
| CMYK | cmyk(18%, 90%, 0%, 1%) |
| LAB | lab(53.2 88.9 -71.6) |
| LCH | lch(53.2 114.2 321.1) |
| OKLCH | oklch(0.637 0.300 317.6) |
Copy-ready code
/* CSS */
color: #d019fd;
background-color: #d019fd;
/* Tailwind (arbitrary) */
class="text-[#d019fd] bg-[#d019fd]"
/* SCSS */
$brand: #d019fd;
/* SwiftUI */
Color(red: 0.816, green: 0.098, blue: 0.992)
/* Android */
Color.parseColor("#d019fd")Accessibility — WCAG contrast
Aa
#d019fd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d019fd on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green9.8%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta90.1%
Yellow0.0%
Key (black)0.8%
Color previews
#d019fd text on a black background
contrast 5.24:1
Card sample
#d019fd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d019fd;
Background color
Panel with #d019fd background
background-color: #d019fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d019fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 25, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 25, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d019fd; background: linear-gradient(135deg, #d019fd, #FD1992);