#ba9cfb
a light, electric violet · warm · closest name: plum
RGB
186, 156, 251
HSL
259°, 92%, 80%
CMYK
26, 38, 0, 2
Luminance
0.4118
Every format
| HEX | #ba9cfb |
| RGB | rgb(186, 156, 251) |
| HSL | hsl(259, 92%, 80%) |
| CMYK | cmyk(26%, 38%, 0%, 2%) |
| LAB | lab(70.3 30.4 -43.4) |
| LCH | lch(70.3 53.0 305.0) |
| OKLCH | oklch(0.756 0.136 297.6) |
Copy-ready code
/* CSS */
color: #ba9cfb;
background-color: #ba9cfb;
/* Tailwind (arbitrary) */
class="text-[#ba9cfb] bg-[#ba9cfb]"
/* SCSS */
$brand: #ba9cfb;
/* SwiftUI */
Color(red: 0.729, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#ba9cfb")Accessibility — WCAG contrast
Aa
#ba9cfb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9cfb on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.2%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ba9cfb text on a black background
contrast 9.24:1
Card sample
#ba9cfb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9cfb;
Background color
Panel with #ba9cfb background
background-color: #ba9cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9cfb; background: linear-gradient(135deg, #ba9cfb, #F99CFB);