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