#da86fc
a light, electric violet · warm · closest name: violet
RGB
218, 134, 252
HSL
283°, 95%, 76%
CMYK
14, 47, 0, 1
Luminance
0.3898
Every format
| HEX | #da86fc |
| RGB | rgb(218, 134, 252) |
| HSL | hsl(283, 95%, 76%) |
| CMYK | cmyk(14%, 47%, 0%, 1%) |
| LAB | lab(68.7 51.4 -46.1) |
| LCH | lch(68.7 69.1 318.1) |
| OKLCH | oklch(0.752 0.183 315.5) |
Copy-ready code
/* CSS */
color: #da86fc;
background-color: #da86fc;
/* Tailwind (arbitrary) */
class="text-[#da86fc] bg-[#da86fc]"
/* SCSS */
$brand: #da86fc;
/* SwiftUI */
Color(red: 0.855, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#da86fc")Accessibility — WCAG contrast
Aa
#da86fc on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#da86fc on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green52.5%
Blue98.8%
CMYK percentages
Cyan13.5%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#da86fc text on a black background
contrast 8.80:1
Card sample
#da86fc text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da86fc;
Background color
Panel with #da86fc background
background-color: #da86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da86fc; background: linear-gradient(135deg, #da86fc, #FC86CF);