#ba8afe
a light, electric violet · warm · closest name: violet
RGB
186, 138, 254
HSL
265°, 98%, 77%
CMYK
27, 46, 0, 0
Luminance
0.3577
Every format
| HEX | #ba8afe |
| RGB | rgb(186, 138, 254) |
| HSL | hsl(265, 98%, 77%) |
| CMYK | cmyk(27%, 46%, 0%, 0%) |
| LAB | lab(66.3 41.1 -51.2) |
| LCH | lch(66.3 65.7 308.7) |
| OKLCH | oklch(0.727 0.168 301.4) |
Copy-ready code
/* CSS */
color: #ba8afe;
background-color: #ba8afe;
/* Tailwind (arbitrary) */
class="text-[#ba8afe] bg-[#ba8afe]"
/* SCSS */
$brand: #ba8afe;
/* SwiftUI */
Color(red: 0.729, green: 0.541, blue: 0.996)
/* Android */
Color.parseColor("#ba8afe")Accessibility — WCAG contrast
Aa
#ba8afe on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8afe on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.1%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta45.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ba8afe text on a black background
contrast 8.15:1
Card sample
#ba8afe text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8afe;
Background color
Panel with #ba8afe background
background-color: #ba8afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 138, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 138, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8afe; background: linear-gradient(135deg, #ba8afe, #FE8AF5);