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