#d50afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 10, 253
HSL
290°, 98%, 52%
CMYK
16, 96, 0, 1
Luminance
0.2146
Every format
| HEX | #d50afd |
| RGB | rgb(213, 10, 253) |
| HSL | hsl(290, 98%, 52%) |
| CMYK | cmyk(16%, 96%, 0%, 1%) |
| LAB | lab(53.5 91.2 -71.2) |
| LCH | lch(53.5 115.6 322.0) |
| OKLCH | oklch(0.640 0.306 319.0) |
Copy-ready code
/* CSS */
color: #d50afd;
background-color: #d50afd;
/* Tailwind (arbitrary) */
class="text-[#d50afd] bg-[#d50afd]"
/* SCSS */
$brand: #d50afd;
/* SwiftUI */
Color(red: 0.835, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#d50afd")Accessibility — WCAG contrast
Aa
#d50afd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d50afd on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green3.9%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d50afd text on a black background
contrast 5.29:1
Card sample
#d50afd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d50afd;
Background color
Panel with #d50afd background
background-color: #d50afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d50afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d50afd; background: linear-gradient(135deg, #d50afd, #FD0A83);