#d403fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 3, 253
HSL
290°, 98%, 50%
CMYK
16, 99, 0, 1
Luminance
0.2115
Every format
| HEX | #d403fd |
| RGB | rgb(212, 3, 253) |
| HSL | hsl(290, 98%, 50%) |
| CMYK | cmyk(16%, 99%, 0%, 1%) |
| LAB | lab(53.1 91.5 -71.7) |
| LCH | lch(53.1 116.3 321.9) |
| OKLCH | oklch(0.638 0.307 318.8) |
Copy-ready code
/* CSS */
color: #d403fd;
background-color: #d403fd;
/* Tailwind (arbitrary) */
class="text-[#d403fd] bg-[#d403fd]"
/* SCSS */
$brand: #d403fd;
/* SwiftUI */
Color(red: 0.831, green: 0.012, blue: 0.992)
/* Android */
Color.parseColor("#d403fd")Accessibility — WCAG contrast
Aa
#d403fd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d403fd on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green1.2%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta98.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d403fd text on a black background
contrast 5.23:1
Card sample
#d403fd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d403fd;
Background color
Panel with #d403fd background
background-color: #d403fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d403fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 3, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 3, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d403fd; background: linear-gradient(135deg, #d403fd, #FD037F);