#d787fd
a light, electric violet · warm · closest name: violet
RGB
215, 135, 253
HSL
281°, 97%, 76%
CMYK
15, 47, 0, 1
Luminance
0.3887
Every format
| HEX | #d787fd |
| RGB | rgb(215, 135, 253) |
| HSL | hsl(281, 97%, 76%) |
| CMYK | cmyk(15%, 47%, 0%, 1%) |
| LAB | lab(68.7 50.3 -46.8) |
| LCH | lch(68.7 68.7 317.0) |
| OKLCH | oklch(0.750 0.181 314.0) |
Copy-ready code
/* CSS */
color: #d787fd;
background-color: #d787fd;
/* Tailwind (arbitrary) */
class="text-[#d787fd] bg-[#d787fd]"
/* SCSS */
$brand: #d787fd;
/* SwiftUI */
Color(red: 0.843, green: 0.529, blue: 0.992)
/* Android */
Color.parseColor("#d787fd")Accessibility — WCAG contrast
Aa
#d787fd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d787fd on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green52.9%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta46.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d787fd text on a black background
contrast 8.77:1
Card sample
#d787fd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d787fd;
Background color
Panel with #d787fd background
background-color: #d787fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d787fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 135, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 135, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d787fd; background: linear-gradient(135deg, #d787fd, #FD87D4);