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