#d487fd
a light, electric violet · warm · closest name: violet
RGB
212, 135, 253
HSL
279°, 97%, 76%
CMYK
16, 47, 0, 1
Luminance
0.3842
Every format
| HEX | #d487fd |
| RGB | rgb(212, 135, 253) |
| HSL | hsl(279, 97%, 76%) |
| CMYK | cmyk(16%, 47%, 0%, 1%) |
| LAB | lab(68.3 49.5 -47.4) |
| LCH | lch(68.3 68.5 316.2) |
| OKLCH | oklch(0.747 0.180 312.9) |
Copy-ready code
/* CSS */
color: #d487fd;
background-color: #d487fd;
/* Tailwind (arbitrary) */
class="text-[#d487fd] bg-[#d487fd]"
/* SCSS */
$brand: #d487fd;
/* SwiftUI */
Color(red: 0.831, green: 0.529, blue: 0.992)
/* Android */
Color.parseColor("#d487fd")Accessibility — WCAG contrast
Aa
#d487fd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d487fd on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green52.9%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta46.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d487fd text on a black background
contrast 8.68:1
Card sample
#d487fd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d487fd;
Background color
Panel with #d487fd background
background-color: #d487fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d487fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 135, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 135, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d487fd; background: linear-gradient(135deg, #d487fd, #FD87D7);