#d35afd
a light, electric violet · warm · closest name: magenta
RGB
211, 90, 253
HSL
285°, 98%, 67%
CMYK
17, 64, 0, 1
Luminance
0.2825
Every format
| HEX | #d35afd |
| RGB | rgb(211, 90, 253) |
| HSL | hsl(285, 98%, 67%) |
| CMYK | cmyk(17%, 64%, 0%, 1%) |
| LAB | lab(60.1 70.8 -60.4) |
| LCH | lch(60.1 93.0 319.5) |
| OKLCH | oklch(0.687 0.245 316.2) |
Copy-ready code
/* CSS */
color: #d35afd;
background-color: #d35afd;
/* Tailwind (arbitrary) */
class="text-[#d35afd] bg-[#d35afd]"
/* SCSS */
$brand: #d35afd;
/* SwiftUI */
Color(red: 0.827, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#d35afd")Accessibility — WCAG contrast
Aa
#d35afd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d35afd on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green35.3%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d35afd text on a black background
contrast 6.65:1
Card sample
#d35afd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d35afd;
Background color
Panel with #d35afd background
background-color: #d35afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d35afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d35afd; background: linear-gradient(135deg, #d35afd, #FD5ABB);