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