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