#d717fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
215, 23, 253
HSL
290°, 98%, 54%
CMYK
15, 91, 0, 1
Luminance
0.2215
Every format
| HEX | #d717fd |
| RGB | rgb(215, 23, 253) |
| HSL | hsl(290, 98%, 54%) |
| CMYK | cmyk(15%, 91%, 0%, 1%) |
| LAB | lab(54.2 90.2 -69.9) |
| LCH | lch(54.2 114.1 322.2) |
| OKLCH | oklch(0.646 0.303 319.4) |
Copy-ready code
/* CSS */
color: #d717fd;
background-color: #d717fd;
/* Tailwind (arbitrary) */
class="text-[#d717fd] bg-[#d717fd]"
/* SCSS */
$brand: #d717fd;
/* SwiftUI */
Color(red: 0.843, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#d717fd")Accessibility — WCAG contrast
Aa
#d717fd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d717fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green9.0%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d717fd text on a black background
contrast 5.43:1
Card sample
#d717fd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d717fd;
Background color
Panel with #d717fd background
background-color: #d717fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d717fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d717fd; background: linear-gradient(135deg, #d717fd, #FD178A);