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