#d449eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 73, 235
HSL
292°, 80%, 60%
CMYK
10, 69, 0, 8
Luminance
0.2476
Every format
| HEX | #d449eb |
| RGB | rgb(212, 73, 235) |
| HSL | hsl(292, 80%, 60%) |
| CMYK | cmyk(10%, 69%, 0%, 8%) |
| LAB | lab(56.8 74.3 -55.6) |
| LCH | lch(56.8 92.9 323.2) |
| OKLCH | oklch(0.660 0.250 321.6) |
Copy-ready code
/* CSS */
color: #d449eb;
background-color: #d449eb;
/* Tailwind (arbitrary) */
class="text-[#d449eb] bg-[#d449eb]"
/* SCSS */
$brand: #d449eb;
/* SwiftUI */
Color(red: 0.831, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#d449eb")Accessibility — WCAG contrast
Aa
#d449eb on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d449eb on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green28.6%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta68.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d449eb text on a black background
contrast 5.95:1
Card sample
#d449eb text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d449eb;
Background color
Panel with #d449eb background
background-color: #d449eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d449eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d449eb; background: linear-gradient(135deg, #d449eb, #EB4996);