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