#ba98f2
a light, electric violet · warm · closest name: plum
RGB
186, 152, 242
HSL
263°, 78%, 77%
CMYK
23, 37, 0, 5
Luminance
0.3931
Every format
| HEX | #ba98f2 |
| RGB | rgb(186, 152, 242) |
| HSL | hsl(263, 78%, 77%) |
| CMYK | cmyk(23%, 37%, 0%, 5%) |
| LAB | lab(69.0 30.5 -40.5) |
| LCH | lch(69.0 50.8 307.0) |
| OKLCH | oklch(0.745 0.131 300.7) |
Copy-ready code
/* CSS */
color: #ba98f2;
background-color: #ba98f2;
/* Tailwind (arbitrary) */
class="text-[#ba98f2] bg-[#ba98f2]"
/* SCSS */
$brand: #ba98f2;
/* SwiftUI */
Color(red: 0.729, green: 0.596, blue: 0.949)
/* Android */
Color.parseColor("#ba98f2")Accessibility — WCAG contrast
Aa
#ba98f2 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba98f2 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.6%
Blue94.9%
CMYK percentages
Cyan23.1%
Magenta37.2%
Yellow0.0%
Key (black)5.1%
Color previews
#ba98f2 text on a black background
contrast 8.86:1
Card sample
#ba98f2 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba98f2;
Background color
Panel with #ba98f2 background
background-color: #ba98f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba98f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 152, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 152, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba98f2; background: linear-gradient(135deg, #ba98f2, #F298EE);