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