#ba26eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 38, 235
HSL
285°, 83%, 54%
CMYK
21, 84, 0, 8
Luminance
0.1782
Every format
| HEX | #ba26eb |
| RGB | rgb(186, 38, 235) |
| HSL | hsl(285, 83%, 54%) |
| CMYK | cmyk(21%, 84%, 0%, 8%) |
| LAB | lab(49.3 80.2 -68.0) |
| LCH | lch(49.3 105.1 319.7) |
| OKLCH | oklch(0.599 0.273 315.2) |
Copy-ready code
/* CSS */
color: #ba26eb;
background-color: #ba26eb;
/* Tailwind (arbitrary) */
class="text-[#ba26eb] bg-[#ba26eb]"
/* SCSS */
$brand: #ba26eb;
/* SwiftUI */
Color(red: 0.729, green: 0.149, blue: 0.922)
/* Android */
Color.parseColor("#ba26eb")Accessibility — WCAG contrast
Aa
#ba26eb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba26eb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green14.9%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta83.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ba26eb text on a black background
contrast 4.56:1
Card sample
#ba26eb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba26eb;
Background color
Panel with #ba26eb background
background-color: #ba26eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba26eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 38, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 38, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba26eb; background: linear-gradient(135deg, #ba26eb, #EB2699);