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