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