#d52cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 44, 239
HSL
292°, 86%, 56%
CMYK
11, 82, 0, 6
Luminance
0.2218
Every format
| HEX | #d52cef |
| RGB | rgb(213, 44, 239) |
| HSL | hsl(292, 86%, 56%) |
| CMYK | cmyk(11%, 82%, 0%, 6%) |
| LAB | lab(54.2 83.9 -62.1) |
| LCH | lch(54.2 104.3 323.5) |
| OKLCH | oklch(0.643 0.281 321.7) |
Copy-ready code
/* CSS */
color: #d52cef;
background-color: #d52cef;
/* Tailwind (arbitrary) */
class="text-[#d52cef] bg-[#d52cef]"
/* SCSS */
$brand: #d52cef;
/* SwiftUI */
Color(red: 0.835, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#d52cef")Accessibility — WCAG contrast
Aa
#d52cef on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d52cef on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green17.3%
Blue93.7%
CMYK percentages
Cyan10.9%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#d52cef text on a black background
contrast 5.44:1
Card sample
#d52cef text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52cef;
Background color
Panel with #d52cef background
background-color: #d52cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52cef; background: linear-gradient(135deg, #d52cef, #EF2C87);