#ba81fd
a light, electric violet · warm · closest name: violet
RGB
186, 129, 253
HSL
268°, 97%, 75%
CMYK
27, 49, 0, 1
Luminance
0.3323
Every format
| HEX | #ba81fd |
| RGB | rgb(186, 129, 253) |
| HSL | hsl(268, 97%, 75%) |
| CMYK | cmyk(27%, 49%, 0%, 1%) |
| LAB | lab(64.3 45.7 -53.9) |
| LCH | lch(64.3 70.7 310.3) |
| OKLCH | oklch(0.712 0.181 303.3) |
Copy-ready code
/* CSS */
color: #ba81fd;
background-color: #ba81fd;
/* Tailwind (arbitrary) */
class="text-[#ba81fd] bg-[#ba81fd]"
/* SCSS */
$brand: #ba81fd;
/* SwiftUI */
Color(red: 0.729, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#ba81fd")Accessibility — WCAG contrast
Aa
#ba81fd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba81fd on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green50.6%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ba81fd text on a black background
contrast 7.65:1
Card sample
#ba81fd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba81fd;
Background color
Panel with #ba81fd background
background-color: #ba81fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba81fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba81fd; background: linear-gradient(135deg, #ba81fd, #FD81ED);