#dc86fc
a light, electric violet · warm · closest name: violet
RGB
220, 134, 252
HSL
284°, 95%, 76%
CMYK
13, 47, 0, 1
Luminance
0.3929
Every format
| HEX | #dc86fc |
| RGB | rgb(220, 134, 252) |
| HSL | hsl(284, 95%, 76%) |
| CMYK | cmyk(13%, 47%, 0%, 1%) |
| LAB | lab(69.0 52.0 -45.8) |
| LCH | lch(69.0 69.2 318.6) |
| OKLCH | oklch(0.754 0.184 316.3) |
Copy-ready code
/* CSS */
color: #dc86fc;
background-color: #dc86fc;
/* Tailwind (arbitrary) */
class="text-[#dc86fc] bg-[#dc86fc]"
/* SCSS */
$brand: #dc86fc;
/* SwiftUI */
Color(red: 0.863, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#dc86fc")Accessibility — WCAG contrast
Aa
#dc86fc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc86fc on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green52.5%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#dc86fc text on a black background
contrast 8.86:1
Card sample
#dc86fc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc86fc;
Background color
Panel with #dc86fc background
background-color: #dc86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc86fc; background: linear-gradient(135deg, #dc86fc, #FC86CD);