#d686fd
a light, electric violet · warm · closest name: violet
RGB
214, 134, 253
HSL
280°, 97%, 76%
CMYK
15, 47, 0, 1
Luminance
0.3844
Every format
| HEX | #d686fd |
| RGB | rgb(214, 134, 253) |
| HSL | hsl(280, 97%, 76%) |
| CMYK | cmyk(15%, 47%, 0%, 1%) |
| LAB | lab(68.3 50.5 -47.3) |
| LCH | lch(68.3 69.2 316.9) |
| OKLCH | oklch(0.748 0.182 313.7) |
Copy-ready code
/* CSS */
color: #d686fd;
background-color: #d686fd;
/* Tailwind (arbitrary) */
class="text-[#d686fd] bg-[#d686fd]"
/* SCSS */
$brand: #d686fd;
/* SwiftUI */
Color(red: 0.839, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#d686fd")Accessibility — WCAG contrast
Aa
#d686fd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d686fd on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green52.5%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d686fd text on a black background
contrast 8.69:1
Card sample
#d686fd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d686fd;
Background color
Panel with #d686fd background
background-color: #d686fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d686fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d686fd; background: linear-gradient(135deg, #d686fd, #FD86D5);