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