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