#d95bfd
a light, electric violet · warm · closest name: magenta
RGB
217, 91, 253
HSL
287°, 98%, 68%
CMYK
14, 64, 0, 1
Luminance
0.2933
Every format
| HEX | #d95bfd |
| RGB | rgb(217, 91, 253) |
| HSL | hsl(287, 98%, 68%) |
| CMYK | cmyk(14%, 64%, 0%, 1%) |
| LAB | lab(61.1 71.7 -58.9) |
| LCH | lch(61.1 92.7 320.6) |
| OKLCH | oklch(0.695 0.246 318.0) |
Copy-ready code
/* CSS */
color: #d95bfd;
background-color: #d95bfd;
/* Tailwind (arbitrary) */
class="text-[#d95bfd] bg-[#d95bfd]"
/* SCSS */
$brand: #d95bfd;
/* SwiftUI */
Color(red: 0.851, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#d95bfd")Accessibility — WCAG contrast
Aa
#d95bfd on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d95bfd on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green35.7%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d95bfd text on a black background
contrast 6.87:1
Card sample
#d95bfd text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d95bfd;
Background color
Panel with #d95bfd background
background-color: #d95bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d95bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d95bfd; background: linear-gradient(135deg, #d95bfd, #FD5BB5);