#d503eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 3, 235
HSL
294°, 98%, 47%
CMYK
9, 99, 0, 8
Luminance
0.2021
Every format
| HEX | #d503eb |
| RGB | rgb(213, 3, 235) |
| HSL | hsl(294, 98%, 47%) |
| CMYK | cmyk(9%, 99%, 0%, 8%) |
| LAB | lab(52.1 88.8 -63.3) |
| LCH | lch(52.1 109.0 324.5) |
| OKLCH | oklch(0.627 0.295 323.0) |
Copy-ready code
/* CSS */
color: #d503eb;
background-color: #d503eb;
/* Tailwind (arbitrary) */
class="text-[#d503eb] bg-[#d503eb]"
/* SCSS */
$brand: #d503eb;
/* SwiftUI */
Color(red: 0.835, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#d503eb")Accessibility — WCAG contrast
Aa
#d503eb on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d503eb on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green1.2%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d503eb text on a black background
contrast 5.04:1
Card sample
#d503eb text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d503eb;
Background color
Panel with #d503eb background
background-color: #d503eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d503eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d503eb; background: linear-gradient(135deg, #d503eb, #EB0366);