#d42eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 46, 238
HSL
292°, 85%, 56%
CMYK
11, 81, 0, 7
Luminance
0.2212
Every format
| HEX | #d42eee |
| RGB | rgb(212, 46, 238) |
| HSL | hsl(292, 85%, 56%) |
| CMYK | cmyk(11%, 81%, 0%, 7%) |
| LAB | lab(54.2 83.1 -61.6) |
| LCH | lch(54.2 103.4 323.4) |
| OKLCH | oklch(0.642 0.278 321.6) |
Copy-ready code
/* CSS */
color: #d42eee;
background-color: #d42eee;
/* Tailwind (arbitrary) */
class="text-[#d42eee] bg-[#d42eee]"
/* SCSS */
$brand: #d42eee;
/* SwiftUI */
Color(red: 0.831, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#d42eee")Accessibility — WCAG contrast
Aa
#d42eee on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d42eee on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green18.0%
Blue93.3%
CMYK percentages
Cyan10.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#d42eee text on a black background
contrast 5.42:1
Card sample
#d42eee text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d42eee;
Background color
Panel with #d42eee background
background-color: #d42eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d42eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d42eee; background: linear-gradient(135deg, #d42eee, #EE2E88);