#ba97fe
a light, electric violet · warm · closest name: violet
RGB
186, 151, 254
HSL
260°, 98%, 79%
CMYK
27, 41, 0, 0
Luminance
0.3973
Every format
| HEX | #ba97fe |
| RGB | rgb(186, 151, 254) |
| HSL | hsl(260, 98%, 79%) |
| CMYK | cmyk(27%, 41%, 0%, 0%) |
| LAB | lab(69.3 33.9 -46.6) |
| LCH | lch(69.3 57.6 306.0) |
| OKLCH | oklch(0.749 0.148 298.4) |
Copy-ready code
/* CSS */
color: #ba97fe;
background-color: #ba97fe;
/* Tailwind (arbitrary) */
class="text-[#ba97fe] bg-[#ba97fe]"
/* SCSS */
$brand: #ba97fe;
/* SwiftUI */
Color(red: 0.729, green: 0.592, blue: 0.996)
/* Android */
Color.parseColor("#ba97fe")Accessibility — WCAG contrast
Aa
#ba97fe on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba97fe on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.2%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta40.6%
Yellow0.0%
Key (black)0.4%
Color previews
#ba97fe text on a black background
contrast 8.95:1
Card sample
#ba97fe text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba97fe;
Background color
Panel with #ba97fe background
background-color: #ba97fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba97fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 151, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 151, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba97fe; background: linear-gradient(135deg, #ba97fe, #FE97FD);