#d52cfc
a balanced, electric violet · warm · closest name: magenta
RGB
213, 44, 252
HSL
289°, 97%, 58%
CMYK
16, 83, 0, 1
Luminance
0.2298
Every format
| HEX | #d52cfc |
| RGB | rgb(213, 44, 252) |
| HSL | hsl(289, 97%, 58%) |
| CMYK | cmyk(16%, 83%, 0%, 1%) |
| LAB | lab(55.0 86.1 -68.0) |
| LCH | lch(55.0 109.7 321.7) |
| OKLCH | oklch(0.651 0.290 318.8) |
Copy-ready code
/* CSS */
color: #d52cfc;
background-color: #d52cfc;
/* Tailwind (arbitrary) */
class="text-[#d52cfc] bg-[#d52cfc]"
/* SCSS */
$brand: #d52cfc;
/* SwiftUI */
Color(red: 0.835, green: 0.173, blue: 0.988)
/* Android */
Color.parseColor("#d52cfc")Accessibility — WCAG contrast
Aa
#d52cfc on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d52cfc on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green17.3%
Blue98.8%
CMYK percentages
Cyan15.5%
Magenta82.5%
Yellow0.0%
Key (black)1.2%
Color previews
#d52cfc text on a black background
contrast 5.60:1
Card sample
#d52cfc text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52cfc;
Background color
Panel with #d52cfc background
background-color: #d52cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 44, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 44, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52cfc; background: linear-gradient(135deg, #d52cfc, #FC2C98);