#ba86fd
a light, electric violet · warm · closest name: violet
RGB
186, 134, 253
HSL
266°, 97%, 76%
CMYK
27, 47, 0, 1
Luminance
0.3458
Every format
| HEX | #ba86fd |
| RGB | rgb(186, 134, 253) |
| HSL | hsl(266, 97%, 76%) |
| CMYK | cmyk(27%, 47%, 0%, 1%) |
| LAB | lab(65.4 43.0 -52.1) |
| LCH | lch(65.4 67.6 309.5) |
| OKLCH | oklch(0.720 0.173 302.4) |
Copy-ready code
/* CSS */
color: #ba86fd;
background-color: #ba86fd;
/* Tailwind (arbitrary) */
class="text-[#ba86fd] bg-[#ba86fd]"
/* SCSS */
$brand: #ba86fd;
/* SwiftUI */
Color(red: 0.729, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#ba86fd")Accessibility — WCAG contrast
Aa
#ba86fd on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba86fd on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green52.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ba86fd text on a black background
contrast 7.92:1
Card sample
#ba86fd text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba86fd;
Background color
Panel with #ba86fd background
background-color: #ba86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba86fd; background: linear-gradient(135deg, #ba86fd, #FD86F1);