#d53af8
a balanced, electric violet · warm · closest name: magenta
RGB
213, 58, 248
HSL
289°, 93%, 60%
CMYK
14, 77, 0, 3
Luminance
0.2395
Every format
| HEX | #d53af8 |
| RGB | rgb(213, 58, 248) |
| HSL | hsl(289, 93%, 60%) |
| CMYK | cmyk(14%, 77%, 0%, 3%) |
| LAB | lab(56.0 81.8 -64.2) |
| LCH | lch(56.0 103.9 321.9) |
| OKLCH | oklch(0.657 0.276 319.3) |
Copy-ready code
/* CSS */
color: #d53af8;
background-color: #d53af8;
/* Tailwind (arbitrary) */
class="text-[#d53af8] bg-[#d53af8]"
/* SCSS */
$brand: #d53af8;
/* SwiftUI */
Color(red: 0.835, green: 0.227, blue: 0.973)
/* Android */
Color.parseColor("#d53af8")Accessibility — WCAG contrast
Aa
#d53af8 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d53af8 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green22.7%
Blue97.3%
CMYK percentages
Cyan14.1%
Magenta76.6%
Yellow0.0%
Key (black)2.7%
Color previews
#d53af8 text on a black background
contrast 5.79:1
Card sample
#d53af8 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d53af8;
Background color
Panel with #d53af8 background
background-color: #d53af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d53af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 58, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 58, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d53af8; background: linear-gradient(135deg, #d53af8, #F83A9C);