#d75afd
a light, electric violet · warm · closest name: magenta
RGB
215, 90, 253
HSL
286°, 98%, 67%
CMYK
15, 64, 0, 1
Luminance
0.2885
Every format
| HEX | #d75afd |
| RGB | rgb(215, 90, 253) |
| HSL | hsl(286, 98%, 67%) |
| CMYK | cmyk(15%, 64%, 0%, 1%) |
| LAB | lab(60.6 71.6 -59.5) |
| LCH | lch(60.6 93.1 320.3) |
| OKLCH | oklch(0.692 0.247 317.4) |
Copy-ready code
/* CSS */
color: #d75afd;
background-color: #d75afd;
/* Tailwind (arbitrary) */
class="text-[#d75afd] bg-[#d75afd]"
/* SCSS */
$brand: #d75afd;
/* SwiftUI */
Color(red: 0.843, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#d75afd")Accessibility — WCAG contrast
Aa
#d75afd on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d75afd on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green35.3%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d75afd text on a black background
contrast 6.77:1
Card sample
#d75afd text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d75afd;
Background color
Panel with #d75afd background
background-color: #d75afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d75afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d75afd; background: linear-gradient(135deg, #d75afd, #FD5AB6);