#ba7dfe
a light, electric violet · warm · closest name: violet
RGB
186, 125, 254
HSL
268°, 99%, 74%
CMYK
27, 51, 0, 0
Luminance
0.3226
Every format
| HEX | #ba7dfe |
| RGB | rgb(186, 125, 254) |
| HSL | hsl(268, 99%, 74%) |
| CMYK | cmyk(27%, 51%, 0%, 0%) |
| LAB | lab(63.6 48.1 -55.6) |
| LCH | lch(63.6 73.6 310.8) |
| OKLCH | oklch(0.706 0.188 303.8) |
Copy-ready code
/* CSS */
color: #ba7dfe;
background-color: #ba7dfe;
/* Tailwind (arbitrary) */
class="text-[#ba7dfe] bg-[#ba7dfe]"
/* SCSS */
$brand: #ba7dfe;
/* SwiftUI */
Color(red: 0.729, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#ba7dfe")Accessibility — WCAG contrast
Aa
#ba7dfe on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba7dfe on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green49.0%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ba7dfe text on a black background
contrast 7.45:1
Card sample
#ba7dfe text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7dfe;
Background color
Panel with #ba7dfe background
background-color: #ba7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7dfe; background: linear-gradient(135deg, #ba7dfe, #FE7DEC);