#ba97fc
a light, electric violet · warm · closest name: plum
RGB
186, 151, 252
HSL
261°, 94%, 79%
CMYK
26, 40, 0, 1
Luminance
0.3960
Every format
| HEX | #ba97fc |
| RGB | rgb(186, 151, 252) |
| HSL | hsl(261, 94%, 79%) |
| CMYK | cmyk(26%, 40%, 0%, 1%) |
| LAB | lab(69.2 33.4 -45.7) |
| LCH | lch(69.2 56.6 306.2) |
| OKLCH | oklch(0.748 0.145 298.8) |
Copy-ready code
/* CSS */
color: #ba97fc;
background-color: #ba97fc;
/* Tailwind (arbitrary) */
class="text-[#ba97fc] bg-[#ba97fc]"
/* SCSS */
$brand: #ba97fc;
/* SwiftUI */
Color(red: 0.729, green: 0.592, blue: 0.988)
/* Android */
Color.parseColor("#ba97fc")Accessibility — WCAG contrast
Aa
#ba97fc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba97fc on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.2%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta40.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ba97fc text on a black background
contrast 8.92:1
Card sample
#ba97fc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba97fc;
Background color
Panel with #ba97fc background
background-color: #ba97fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba97fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 151, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 151, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba97fc; background: linear-gradient(135deg, #ba97fc, #FC97FB);