#d53afe
a balanced, electric violet · warm · closest name: magenta
RGB
213, 58, 254
HSL
287°, 99%, 61%
CMYK
16, 77, 0, 0
Luminance
0.2433
Every format
| HEX | #d53afe |
| RGB | rgb(213, 58, 254) |
| HSL | hsl(287, 99%, 61%) |
| CMYK | cmyk(16%, 77%, 0%, 0%) |
| LAB | lab(56.4 82.8 -66.9) |
| LCH | lch(56.4 106.5 321.1) |
| OKLCH | oklch(0.661 0.281 317.9) |
Copy-ready code
/* CSS */
color: #d53afe;
background-color: #d53afe;
/* Tailwind (arbitrary) */
class="text-[#d53afe] bg-[#d53afe]"
/* SCSS */
$brand: #d53afe;
/* SwiftUI */
Color(red: 0.835, green: 0.227, blue: 0.996)
/* Android */
Color.parseColor("#d53afe")Accessibility — WCAG contrast
Aa
#d53afe on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d53afe on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green22.7%
Blue99.6%
CMYK percentages
Cyan16.1%
Magenta77.2%
Yellow0.0%
Key (black)0.4%
Color previews
#d53afe text on a black background
contrast 5.87:1
Card sample
#d53afe text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d53afe;
Background color
Panel with #d53afe background
background-color: #d53afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d53afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 58, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 58, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d53afe; background: linear-gradient(135deg, #d53afe, #FE3AA5);