#d040fd
a balanced, electric violet · warm · closest name: magenta
RGB
208, 64, 253
HSL
286°, 98%, 62%
CMYK
18, 75, 0, 1
Luminance
0.2417
Every format
| HEX | #d040fd |
| RGB | rgb(208, 64, 253) |
| HSL | hsl(286, 98%, 62%) |
| CMYK | cmyk(18%, 75%, 0%, 1%) |
| LAB | lab(56.3 79.9 -66.6) |
| LCH | lch(56.3 104.0 320.2) |
| OKLCH | oklch(0.658 0.273 316.6) |
Copy-ready code
/* CSS */
color: #d040fd;
background-color: #d040fd;
/* Tailwind (arbitrary) */
class="text-[#d040fd] bg-[#d040fd]"
/* SCSS */
$brand: #d040fd;
/* SwiftUI */
Color(red: 0.816, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#d040fd")Accessibility — WCAG contrast
Aa
#d040fd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d040fd on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green25.1%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d040fd text on a black background
contrast 5.83:1
Card sample
#d040fd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d040fd;
Background color
Panel with #d040fd background
background-color: #d040fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d040fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d040fd; background: linear-gradient(135deg, #d040fd, #FD40AC);