#ba9bf7
a light, electric violet · warm · closest name: plum
RGB
186, 155, 247
HSL
260°, 85%, 79%
CMYK
25, 37, 0, 3
Luminance
0.4060
Every format
| HEX | #ba9bf7 |
| RGB | rgb(186, 155, 247) |
| HSL | hsl(260, 85%, 79%) |
| CMYK | cmyk(25%, 37%, 0%, 3%) |
| LAB | lab(69.9 30.0 -41.8) |
| LCH | lch(69.9 51.5 305.7) |
| OKLCH | oklch(0.752 0.133 298.7) |
Copy-ready code
/* CSS */
color: #ba9bf7;
background-color: #ba9bf7;
/* Tailwind (arbitrary) */
class="text-[#ba9bf7] bg-[#ba9bf7]"
/* SCSS */
$brand: #ba9bf7;
/* SwiftUI */
Color(red: 0.729, green: 0.608, blue: 0.969)
/* Android */
Color.parseColor("#ba9bf7")Accessibility — WCAG contrast
Aa
#ba9bf7 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9bf7 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.8%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta37.2%
Yellow0.0%
Key (black)3.1%
Color previews
#ba9bf7 text on a black background
contrast 9.12:1
Card sample
#ba9bf7 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9bf7;
Background color
Panel with #ba9bf7 background
background-color: #ba9bf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9bf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 155, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 155, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9bf7; background: linear-gradient(135deg, #ba9bf7, #F79BF7);