#d53afb
a balanced, electric violet · warm · closest name: magenta
RGB
213, 58, 251
HSL
288°, 96%, 61%
CMYK
15, 77, 0, 2
Luminance
0.2414
Every format
| HEX | #d53afb |
| RGB | rgb(213, 58, 251) |
| HSL | hsl(288, 96%, 61%) |
| CMYK | cmyk(15%, 77%, 0%, 2%) |
| LAB | lab(56.2 82.3 -65.5) |
| LCH | lch(56.2 105.2 321.5) |
| OKLCH | oklch(0.659 0.279 318.6) |
Copy-ready code
/* CSS */
color: #d53afb;
background-color: #d53afb;
/* Tailwind (arbitrary) */
class="text-[#d53afb] bg-[#d53afb]"
/* SCSS */
$brand: #d53afb;
/* SwiftUI */
Color(red: 0.835, green: 0.227, blue: 0.984)
/* Android */
Color.parseColor("#d53afb")Accessibility — WCAG contrast
Aa
#d53afb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d53afb on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green22.7%
Blue98.4%
CMYK percentages
Cyan15.1%
Magenta76.9%
Yellow0.0%
Key (black)1.6%
Color previews
#d53afb text on a black background
contrast 5.83:1
Card sample
#d53afb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d53afb;
Background color
Panel with #d53afb background
background-color: #d53afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d53afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 58, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 58, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d53afb; background: linear-gradient(135deg, #d53afb, #FB3AA0);