#ba13fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 19, 253
HSL
283°, 98%, 53%
CMYK
27, 93, 0, 1
Luminance
0.1800
Every format
| HEX | #ba13fd |
| RGB | rgb(186, 19, 253) |
| HSL | hsl(283, 98%, 53%) |
| CMYK | cmyk(27%, 93%, 0%, 1%) |
| LAB | lab(49.5 86.7 -77.8) |
| LCH | lch(49.5 116.5 318.1) |
| OKLCH | oklch(0.605 0.296 311.8) |
Copy-ready code
/* CSS */
color: #ba13fd;
background-color: #ba13fd;
/* Tailwind (arbitrary) */
class="text-[#ba13fd] bg-[#ba13fd]"
/* SCSS */
$brand: #ba13fd;
/* SwiftUI */
Color(red: 0.729, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#ba13fd")Accessibility — WCAG contrast
Aa
#ba13fd on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba13fd on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ba13fd text on a black background
contrast 4.60:1
Card sample
#ba13fd text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba13fd;
Background color
Panel with #ba13fd background
background-color: #ba13fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba13fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba13fd; background: linear-gradient(135deg, #ba13fd, #FD13A4);