#d021fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 33, 253
HSL
288°, 98%, 56%
CMYK
18, 87, 0, 1
Luminance
0.2159
Every format
| HEX | #d021fd |
| RGB | rgb(208, 33, 253) |
| HSL | hsl(288, 98%, 56%) |
| CMYK | cmyk(18%, 87%, 0%, 1%) |
| LAB | lab(53.6 87.7 -71.0) |
| LCH | lch(53.6 112.8 321.0) |
| OKLCH | oklch(0.640 0.296 317.5) |
Copy-ready code
/* CSS */
color: #d021fd;
background-color: #d021fd;
/* Tailwind (arbitrary) */
class="text-[#d021fd] bg-[#d021fd]"
/* SCSS */
$brand: #d021fd;
/* SwiftUI */
Color(red: 0.816, green: 0.129, blue: 0.992)
/* Android */
Color.parseColor("#d021fd")Accessibility — WCAG contrast
Aa
#d021fd on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d021fd on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green12.9%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta87.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d021fd text on a black background
contrast 5.32:1
Card sample
#d021fd text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d021fd;
Background color
Panel with #d021fd background
background-color: #d021fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d021fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 33, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 33, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d021fd; background: linear-gradient(135deg, #d021fd, #FD2197);