#ba8dfe
a light, electric violet · warm · closest name: violet
RGB
186, 141, 254
HSL
264°, 98%, 78%
CMYK
27, 45, 0, 0
Luminance
0.3664
Every format
| HEX | #ba8dfe |
| RGB | rgb(186, 141, 254) |
| HSL | hsl(264, 98%, 78%) |
| CMYK | cmyk(27%, 45%, 0%, 0%) |
| LAB | lab(67.0 39.4 -50.2) |
| LCH | lch(67.0 63.8 308.2) |
| OKLCH | oklch(0.732 0.164 300.8) |
Copy-ready code
/* CSS */
color: #ba8dfe;
background-color: #ba8dfe;
/* Tailwind (arbitrary) */
class="text-[#ba8dfe] bg-[#ba8dfe]"
/* SCSS */
$brand: #ba8dfe;
/* SwiftUI */
Color(red: 0.729, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#ba8dfe")Accessibility — WCAG contrast
Aa
#ba8dfe on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8dfe on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green55.3%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#ba8dfe text on a black background
contrast 8.33:1
Card sample
#ba8dfe text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8dfe;
Background color
Panel with #ba8dfe background
background-color: #ba8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8dfe; background: linear-gradient(135deg, #ba8dfe, #FE8DF7);