#ba97f4
a light, electric violet · warm · closest name: plum
RGB
186, 151, 244
HSL
263°, 81%, 78%
CMYK
24, 38, 0, 4
Luminance
0.3910
Every format
| HEX | #ba97f4 |
| RGB | rgb(186, 151, 244) |
| HSL | hsl(263, 81%, 78%) |
| CMYK | cmyk(24%, 38%, 0%, 4%) |
| LAB | lab(68.8 31.6 -41.9) |
| LCH | lch(68.8 52.4 307.0) |
| OKLCH | oklch(0.744 0.135 300.5) |
Copy-ready code
/* CSS */
color: #ba97f4;
background-color: #ba97f4;
/* Tailwind (arbitrary) */
class="text-[#ba97f4] bg-[#ba97f4]"
/* SCSS */
$brand: #ba97f4;
/* SwiftUI */
Color(red: 0.729, green: 0.592, blue: 0.957)
/* Android */
Color.parseColor("#ba97f4")Accessibility — WCAG contrast
Aa
#ba97f4 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba97f4 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.2%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta38.1%
Yellow0.0%
Key (black)4.3%
Color previews
#ba97f4 text on a black background
contrast 8.82:1
Card sample
#ba97f4 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba97f4;
Background color
Panel with #ba97f4 background
background-color: #ba97f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba97f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 151, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 151, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba97f4; background: linear-gradient(135deg, #ba97f4, #F497F0);