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