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