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