#ba8cfc
a light, electric violet · warm · closest name: violet
RGB
186, 140, 252
HSL
265°, 95%, 77%
CMYK
26, 44, 0, 1
Luminance
0.3622
Every format
| HEX | #ba8cfc |
| RGB | rgb(186, 140, 252) |
| HSL | hsl(265, 95%, 77%) |
| CMYK | cmyk(26%, 44%, 0%, 1%) |
| LAB | lab(66.7 39.5 -49.6) |
| LCH | lch(66.7 63.4 308.5) |
| OKLCH | oklch(0.729 0.163 301.4) |
Copy-ready code
/* CSS */
color: #ba8cfc;
background-color: #ba8cfc;
/* Tailwind (arbitrary) */
class="text-[#ba8cfc] bg-[#ba8cfc]"
/* SCSS */
$brand: #ba8cfc;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.988)
/* Android */
Color.parseColor("#ba8cfc")Accessibility — WCAG contrast
Aa
#ba8cfc on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8cfc on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta44.4%
Yellow0.0%
Key (black)1.2%
Color previews
#ba8cfc text on a black background
contrast 8.24:1
Card sample
#ba8cfc text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8cfc;
Background color
Panel with #ba8cfc background
background-color: #ba8cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8cfc; background: linear-gradient(135deg, #ba8cfc, #FC8CF3);