#ba22eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 34, 235
HSL
285°, 83%, 53%
CMYK
21, 86, 0, 8
Luminance
0.1758
Every format
| HEX | #ba22eb |
| RGB | rgb(186, 34, 235) |
| HSL | hsl(285, 83%, 53%) |
| CMYK | cmyk(21%, 86%, 0%, 8%) |
| LAB | lab(49.0 81.0 -68.5) |
| LCH | lch(49.0 106.1 319.8) |
| OKLCH | oklch(0.597 0.276 315.4) |
Copy-ready code
/* CSS */
color: #ba22eb;
background-color: #ba22eb;
/* Tailwind (arbitrary) */
class="text-[#ba22eb] bg-[#ba22eb]"
/* SCSS */
$brand: #ba22eb;
/* SwiftUI */
Color(red: 0.729, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#ba22eb")Accessibility — WCAG contrast
Aa
#ba22eb on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba22eb on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.3%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ba22eb text on a black background
contrast 4.52:1
Card sample
#ba22eb text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba22eb;
Background color
Panel with #ba22eb background
background-color: #ba22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba22eb; background: linear-gradient(135deg, #ba22eb, #EB2296);