#d417eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 23, 235
HSL
294°, 84%, 51%
CMYK
10, 90, 0, 8
Luminance
0.2061
Every format
| HEX | #d417eb |
| RGB | rgb(212, 23, 235) |
| HSL | hsl(294, 84%, 51%) |
| CMYK | cmyk(10%, 90%, 0%, 8%) |
| LAB | lab(52.5 86.8 -62.6) |
| LCH | lch(52.5 107.0 324.2) |
| OKLCH | oklch(0.630 0.289 322.7) |
Copy-ready code
/* CSS */
color: #d417eb;
background-color: #d417eb;
/* Tailwind (arbitrary) */
class="text-[#d417eb] bg-[#d417eb]"
/* SCSS */
$brand: #d417eb;
/* SwiftUI */
Color(red: 0.831, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#d417eb")Accessibility — WCAG contrast
Aa
#d417eb on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d417eb on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green9.0%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d417eb text on a black background
contrast 5.12:1
Card sample
#d417eb text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d417eb;
Background color
Panel with #d417eb background
background-color: #d417eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d417eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d417eb; background: linear-gradient(135deg, #d417eb, #EB1775);