#ba76f5
a light, electric violet · warm · closest name: violet
RGB
186, 118, 245
HSL
272°, 86%, 71%
CMYK
24, 52, 0, 4
Luminance
0.2999
Every format
| HEX | #ba76f5 |
| RGB | rgb(186, 118, 245) |
| HSL | hsl(272, 86%, 71%) |
| CMYK | cmyk(24%, 52%, 0%, 4%) |
| LAB | lab(61.6 49.8 -53.7) |
| LCH | lch(61.6 73.3 312.8) |
| OKLCH | oklch(0.690 0.189 306.9) |
Copy-ready code
/* CSS */
color: #ba76f5;
background-color: #ba76f5;
/* Tailwind (arbitrary) */
class="text-[#ba76f5] bg-[#ba76f5]"
/* SCSS */
$brand: #ba76f5;
/* SwiftUI */
Color(red: 0.729, green: 0.463, blue: 0.961)
/* Android */
Color.parseColor("#ba76f5")Accessibility — WCAG contrast
Aa
#ba76f5 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba76f5 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green46.3%
Blue96.1%
CMYK percentages
Cyan24.1%
Magenta51.8%
Yellow0.0%
Key (black)3.9%
Color previews
#ba76f5 text on a black background
contrast 7.00:1
Card sample
#ba76f5 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba76f5;
Background color
Panel with #ba76f5 background
background-color: #ba76f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba76f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 118, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 118, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba76f5; background: linear-gradient(135deg, #ba76f5, #F576DB);