#d435eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 53, 235
HSL
292°, 82%, 57%
CMYK
10, 77, 0, 8
Luminance
0.2254
Every format
| HEX | #d435eb |
| RGB | rgb(212, 53, 235) |
| HSL | hsl(292, 82%, 57%) |
| CMYK | cmyk(10%, 77%, 0%, 8%) |
| LAB | lab(54.6 80.8 -59.2) |
| LCH | lch(54.6 100.2 323.7) |
| OKLCH | oklch(0.644 0.270 322.2) |
Copy-ready code
/* CSS */
color: #d435eb;
background-color: #d435eb;
/* Tailwind (arbitrary) */
class="text-[#d435eb] bg-[#d435eb]"
/* SCSS */
$brand: #d435eb;
/* SwiftUI */
Color(red: 0.831, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#d435eb")Accessibility — WCAG contrast
Aa
#d435eb on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d435eb on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green20.8%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta77.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d435eb text on a black background
contrast 5.51:1
Card sample
#d435eb text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d435eb;
Background color
Panel with #d435eb background
background-color: #d435eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d435eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d435eb; background: linear-gradient(135deg, #d435eb, #EB3589);