#da86ff
a light, electric violet · warm · closest name: violet
RGB
218, 134, 255
HSL
282°, 100%, 76%
CMYK
15, 48, 0, 0
Luminance
0.3918
Every format
| HEX | #da86ff |
| RGB | rgb(218, 134, 255) |
| HSL | hsl(282, 100%, 76%) |
| CMYK | cmyk(15%, 48%, 0%, 0%) |
| LAB | lab(68.9 52.0 -47.6) |
| LCH | lch(68.9 70.5 317.6) |
| OKLCH | oklch(0.753 0.186 314.7) |
Copy-ready code
/* CSS */
color: #da86ff;
background-color: #da86ff;
/* Tailwind (arbitrary) */
class="text-[#da86ff] bg-[#da86ff]"
/* SCSS */
$brand: #da86ff;
/* SwiftUI */
Color(red: 0.855, green: 0.525, blue: 1.000)
/* Android */
Color.parseColor("#da86ff")Accessibility — WCAG contrast
Aa
#da86ff on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#da86ff on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green52.5%
Blue100.0%
CMYK percentages
Cyan14.5%
Magenta47.5%
Yellow0.0%
Key (black)0.0%
Color previews
#da86ff text on a black background
contrast 8.84:1
Card sample
#da86ff text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da86ff;
Background color
Panel with #da86ff background
background-color: #da86ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da86ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 134, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 134, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da86ff; background: linear-gradient(135deg, #da86ff, #FF86D3);