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