#ba22fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 34, 253
HSL
282°, 98%, 56%
CMYK
27, 87, 0, 1
Luminance
0.1868
Every format
| HEX | #ba22fd |
| RGB | rgb(186, 34, 253) |
| HSL | hsl(282, 98%, 56%) |
| CMYK | cmyk(27%, 87%, 0%, 1%) |
| LAB | lab(50.3 84.3 -76.4) |
| LCH | lch(50.3 113.8 317.8) |
| OKLCH | oklch(0.610 0.289 311.4) |
Copy-ready code
/* CSS */
color: #ba22fd;
background-color: #ba22fd;
/* Tailwind (arbitrary) */
class="text-[#ba22fd] bg-[#ba22fd]"
/* SCSS */
$brand: #ba22fd;
/* SwiftUI */
Color(red: 0.729, green: 0.133, blue: 0.992)
/* Android */
Color.parseColor("#ba22fd")Accessibility — WCAG contrast
Aa
#ba22fd on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba22fd on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.3%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta86.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ba22fd text on a black background
contrast 4.74:1
Card sample
#ba22fd text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba22fd;
Background color
Panel with #ba22fd background
background-color: #ba22fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba22fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 34, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 34, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba22fd; background: linear-gradient(135deg, #ba22fd, #FD22AE);