#d930fd
a balanced, electric violet · warm · closest name: magenta
RGB
217, 48, 253
HSL
290°, 98%, 59%
CMYK
14, 81, 0, 1
Luminance
0.2396
Every format
| HEX | #d930fd |
| RGB | rgb(217, 48, 253) |
| HSL | hsl(290, 98%, 59%) |
| CMYK | cmyk(14%, 81%, 0%, 1%) |
| LAB | lab(56.0 86.0 -66.9) |
| LCH | lch(56.0 108.9 322.1) |
| OKLCH | oklch(0.660 0.290 319.5) |
Copy-ready code
/* CSS */
color: #d930fd;
background-color: #d930fd;
/* Tailwind (arbitrary) */
class="text-[#d930fd] bg-[#d930fd]"
/* SCSS */
$brand: #d930fd;
/* SwiftUI */
Color(red: 0.851, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#d930fd")Accessibility — WCAG contrast
Aa
#d930fd on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d930fd on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green18.8%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d930fd text on a black background
contrast 5.79:1
Card sample
#d930fd text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d930fd;
Background color
Panel with #d930fd background
background-color: #d930fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d930fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d930fd; background: linear-gradient(135deg, #d930fd, #FD3098);