#d52fe7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 47, 231
HSL
294°, 79%, 55%
CMYK
8, 80, 0, 9
Luminance
0.2195
Every format
| HEX | #d52fe7 |
| RGB | rgb(213, 47, 231) |
| HSL | hsl(294, 79%, 55%) |
| CMYK | cmyk(8%, 80%, 0%, 9%) |
| LAB | lab(54.0 81.9 -58.0) |
| LCH | lch(54.0 100.3 324.7) |
| OKLCH | oklch(0.639 0.273 323.5) |
Copy-ready code
/* CSS */
color: #d52fe7;
background-color: #d52fe7;
/* Tailwind (arbitrary) */
class="text-[#d52fe7] bg-[#d52fe7]"
/* SCSS */
$brand: #d52fe7;
/* SwiftUI */
Color(red: 0.835, green: 0.184, blue: 0.906)
/* Android */
Color.parseColor("#d52fe7")Accessibility — WCAG contrast
Aa
#d52fe7 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d52fe7 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green18.4%
Blue90.6%
CMYK percentages
Cyan7.8%
Magenta79.7%
Yellow0.0%
Key (black)9.4%
Color previews
#d52fe7 text on a black background
contrast 5.39:1
Card sample
#d52fe7 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52fe7;
Background color
Panel with #d52fe7 background
background-color: #d52fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 47, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 47, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52fe7; background: linear-gradient(135deg, #d52fe7, #E72F7E);