#d034fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 52, 253
HSL
287°, 98%, 60%
CMYK
18, 79, 0, 1
Luminance
0.2296
Every format
| HEX | #d034fd |
| RGB | rgb(208, 52, 253) |
| HSL | hsl(287, 98%, 60%) |
| CMYK | cmyk(18%, 79%, 0%, 1%) |
| LAB | lab(55.0 83.4 -68.6) |
| LCH | lch(55.0 108.0 320.6) |
| OKLCH | oklch(0.650 0.284 317.0) |
Copy-ready code
/* CSS */
color: #d034fd;
background-color: #d034fd;
/* Tailwind (arbitrary) */
class="text-[#d034fd] bg-[#d034fd]"
/* SCSS */
$brand: #d034fd;
/* SwiftUI */
Color(red: 0.816, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#d034fd")Accessibility — WCAG contrast
Aa
#d034fd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d034fd on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green20.4%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d034fd text on a black background
contrast 5.59:1
Card sample
#d034fd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d034fd;
Background color
Panel with #d034fd background
background-color: #d034fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d034fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d034fd; background: linear-gradient(135deg, #d034fd, #FD34A4);