#d40eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 14, 238
HSL
293°, 89%, 49%
CMYK
11, 94, 0, 7
Luminance
0.2048
Every format
| HEX | #d40eee |
| RGB | rgb(212, 14, 238) |
| HSL | hsl(293, 89%, 49%) |
| CMYK | cmyk(11%, 94%, 0%, 7%) |
| LAB | lab(52.4 88.3 -64.5) |
| LCH | lch(52.4 109.3 323.9) |
| OKLCH | oklch(0.629 0.294 322.0) |
Copy-ready code
/* CSS */
color: #d40eee;
background-color: #d40eee;
/* Tailwind (arbitrary) */
class="text-[#d40eee] bg-[#d40eee]"
/* SCSS */
$brand: #d40eee;
/* SwiftUI */
Color(red: 0.831, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#d40eee")Accessibility — WCAG contrast
Aa
#d40eee on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d40eee on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green5.5%
Blue93.3%
CMYK percentages
Cyan10.9%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#d40eee text on a black background
contrast 5.10:1
Card sample
#d40eee text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d40eee;
Background color
Panel with #d40eee background
background-color: #d40eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d40eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d40eee; background: linear-gradient(135deg, #d40eee, #EE0E73);