#d511fd
a balanced, electric violet · warm · closest name: magenta
RGB
213, 17, 253
HSL
290°, 98%, 53%
CMYK
16, 93, 0, 1
Luminance
0.2164
Every format
| HEX | #d511fd |
| RGB | rgb(213, 17, 253) |
| HSL | hsl(290, 98%, 53%) |
| CMYK | cmyk(16%, 93%, 0%, 1%) |
| LAB | lab(53.6 90.6 -70.8) |
| LCH | lch(53.6 115.0 322.0) |
| OKLCH | oklch(0.642 0.304 319.0) |
Copy-ready code
/* CSS */
color: #d511fd;
background-color: #d511fd;
/* Tailwind (arbitrary) */
class="text-[#d511fd] bg-[#d511fd]"
/* SCSS */
$brand: #d511fd;
/* SwiftUI */
Color(red: 0.835, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#d511fd")Accessibility — WCAG contrast
Aa
#d511fd on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d511fd on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green6.7%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d511fd text on a black background
contrast 5.33:1
Card sample
#d511fd text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d511fd;
Background color
Panel with #d511fd background
background-color: #d511fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d511fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d511fd; background: linear-gradient(135deg, #d511fd, #FD1188);