#d52fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 47, 226
HSL
296°, 76%, 54%
CMYK
6, 79, 0, 11
Luminance
0.2167
Every format
| HEX | #d52fe2 |
| RGB | rgb(213, 47, 226) |
| HSL | hsl(296, 76%, 54%) |
| CMYK | cmyk(6%, 79%, 0%, 11%) |
| LAB | lab(53.7 81.0 -55.6) |
| LCH | lch(53.7 98.3 325.5) |
| OKLCH | oklch(0.636 0.269 324.8) |
Copy-ready code
/* CSS */
color: #d52fe2;
background-color: #d52fe2;
/* Tailwind (arbitrary) */
class="text-[#d52fe2] bg-[#d52fe2]"
/* SCSS */
$brand: #d52fe2;
/* SwiftUI */
Color(red: 0.835, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#d52fe2")Accessibility — WCAG contrast
Aa
#d52fe2 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d52fe2 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green18.4%
Blue88.6%
CMYK percentages
Cyan5.8%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#d52fe2 text on a black background
contrast 5.33:1
Card sample
#d52fe2 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52fe2;
Background color
Panel with #d52fe2 background
background-color: #d52fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52fe2; background: linear-gradient(135deg, #d52fe2, #E22F78);