#ba9bfe
a light, electric violet · warm · closest name: plum
RGB
186, 155, 254
HSL
259°, 98%, 80%
CMYK
27, 39, 0, 0
Luminance
0.4104
Every format
| HEX | #ba9bfe |
| RGB | rgb(186, 155, 254) |
| HSL | hsl(259, 98%, 80%) |
| CMYK | cmyk(27%, 39%, 0%, 0%) |
| LAB | lab(70.2 31.7 -45.2) |
| LCH | lch(70.2 55.2 305.0) |
| OKLCH | oklch(0.756 0.142 297.3) |
Copy-ready code
/* CSS */
color: #ba9bfe;
background-color: #ba9bfe;
/* Tailwind (arbitrary) */
class="text-[#ba9bfe] bg-[#ba9bfe]"
/* SCSS */
$brand: #ba9bfe;
/* SwiftUI */
Color(red: 0.729, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#ba9bfe")Accessibility — WCAG contrast
Aa
#ba9bfe on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9bfe on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.8%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ba9bfe text on a black background
contrast 9.21:1
Card sample
#ba9bfe text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9bfe;
Background color
Panel with #ba9bfe background
background-color: #ba9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9bfe; background: linear-gradient(135deg, #ba9bfe, #FC9BFE);