#ba9df7
a light, electric violet · warm · closest name: plum
RGB
186, 157, 247
HSL
259°, 85%, 79%
CMYK
25, 36, 0, 3
Luminance
0.4127
Every format
| HEX | #ba9df7 |
| RGB | rgb(186, 157, 247) |
| HSL | hsl(259, 85%, 79%) |
| CMYK | cmyk(25%, 36%, 0%, 3%) |
| LAB | lab(70.4 28.9 -41.1) |
| LCH | lch(70.4 50.3 305.1) |
| OKLCH | oklch(0.756 0.130 298.1) |
Copy-ready code
/* CSS */
color: #ba9df7;
background-color: #ba9df7;
/* Tailwind (arbitrary) */
class="text-[#ba9df7] bg-[#ba9df7]"
/* SCSS */
$brand: #ba9df7;
/* SwiftUI */
Color(red: 0.729, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#ba9df7")Accessibility — WCAG contrast
Aa
#ba9df7 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9df7 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.6%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#ba9df7 text on a black background
contrast 9.25:1
Card sample
#ba9df7 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9df7;
Background color
Panel with #ba9df7 background
background-color: #ba9df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9df7; background: linear-gradient(135deg, #ba9df7, #F69DF7);