#ba7cfc
a light, electric violet · warm · closest name: violet
RGB
186, 124, 252
HSL
269°, 96%, 74%
CMYK
26, 51, 0, 1
Luminance
0.3188
Every format
| HEX | #ba7cfc |
| RGB | rgb(186, 124, 252) |
| HSL | hsl(269, 96%, 74%) |
| CMYK | cmyk(26%, 51%, 0%, 1%) |
| LAB | lab(63.3 48.2 -55.0) |
| LCH | lch(63.3 73.2 311.2) |
| OKLCH | oklch(0.703 0.188 304.4) |
Copy-ready code
/* CSS */
color: #ba7cfc;
background-color: #ba7cfc;
/* Tailwind (arbitrary) */
class="text-[#ba7cfc] bg-[#ba7cfc]"
/* SCSS */
$brand: #ba7cfc;
/* SwiftUI */
Color(red: 0.729, green: 0.486, blue: 0.988)
/* Android */
Color.parseColor("#ba7cfc")Accessibility — WCAG contrast
Aa
#ba7cfc on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba7cfc on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green48.6%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta50.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ba7cfc text on a black background
contrast 7.38:1
Card sample
#ba7cfc text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7cfc;
Background color
Panel with #ba7cfc background
background-color: #ba7cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 124, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 124, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7cfc; background: linear-gradient(135deg, #ba7cfc, #FC7CE9);