#d52cff
a balanced, electric violet · warm · closest name: magenta
RGB
213, 44, 255
HSL
288°, 100%, 59%
CMYK
17, 83, 0, 0
Luminance
0.2317
Every format
| HEX | #d52cff |
| RGB | rgb(213, 44, 255) |
| HSL | hsl(288, 100%, 59%) |
| CMYK | cmyk(17%, 83%, 0%, 0%) |
| LAB | lab(55.3 86.6 -69.3) |
| LCH | lch(55.3 110.9 321.3) |
| OKLCH | oklch(0.653 0.293 318.1) |
Copy-ready code
/* CSS */
color: #d52cff;
background-color: #d52cff;
/* Tailwind (arbitrary) */
class="text-[#d52cff] bg-[#d52cff]"
/* SCSS */
$brand: #d52cff;
/* SwiftUI */
Color(red: 0.835, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#d52cff")Accessibility — WCAG contrast
Aa
#d52cff on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d52cff on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green17.3%
Blue100.0%
CMYK percentages
Cyan16.5%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#d52cff text on a black background
contrast 5.63:1
Card sample
#d52cff text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52cff;
Background color
Panel with #d52cff background
background-color: #d52cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52cff; background: linear-gradient(135deg, #d52cff, #FF2C9C);