#ba0ade
a balanced, electric violet · warm · closest name: magenta
RGB
186, 10, 222
HSL
290°, 91%, 46%
CMYK
16, 96, 0, 13
Luminance
0.1593
Every format
| HEX | #ba0ade |
| RGB | rgb(186, 10, 222) |
| HSL | hsl(290, 91%, 46%) |
| CMYK | cmyk(16%, 96%, 0%, 13%) |
| LAB | lab(46.9 82.3 -64.5) |
| LCH | lch(46.9 104.6 321.9) |
| OKLCH | oklch(0.580 0.276 318.8) |
Copy-ready code
/* CSS */
color: #ba0ade;
background-color: #ba0ade;
/* Tailwind (arbitrary) */
class="text-[#ba0ade] bg-[#ba0ade]"
/* SCSS */
$brand: #ba0ade;
/* SwiftUI */
Color(red: 0.729, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#ba0ade")Accessibility — WCAG contrast
Aa
#ba0ade on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0ade on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.9%
Blue87.1%
CMYK percentages
Cyan16.2%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#ba0ade text on a black background
contrast 4.19:1
Card sample
#ba0ade text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0ade;
Background color
Panel with #ba0ade background
background-color: #ba0ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0ade; background: linear-gradient(135deg, #ba0ade, #DE0A75);