#d030fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 48, 253
HSL
287°, 98%, 59%
CMYK
18, 81, 0, 1
Luminance
0.2262
Every format
| HEX | #d030fd |
| RGB | rgb(208, 48, 253) |
| HSL | hsl(287, 98%, 59%) |
| CMYK | cmyk(18%, 81%, 0%, 1%) |
| LAB | lab(54.7 84.5 -69.2) |
| LCH | lch(54.7 109.2 320.7) |
| OKLCH | oklch(0.647 0.287 317.1) |
Copy-ready code
/* CSS */
color: #d030fd;
background-color: #d030fd;
/* Tailwind (arbitrary) */
class="text-[#d030fd] bg-[#d030fd]"
/* SCSS */
$brand: #d030fd;
/* SwiftUI */
Color(red: 0.816, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#d030fd")Accessibility — WCAG contrast
Aa
#d030fd on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d030fd on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.8%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d030fd text on a black background
contrast 5.52:1
Card sample
#d030fd text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d030fd;
Background color
Panel with #d030fd background
background-color: #d030fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d030fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d030fd; background: linear-gradient(135deg, #d030fd, #FD30A1);