#ba19fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 25, 253
HSL
282°, 98%, 55%
CMYK
27, 90, 0, 1
Luminance
0.1823
Every format
| HEX | #ba19fd |
| RGB | rgb(186, 25, 253) |
| HSL | hsl(282, 98%, 55%) |
| CMYK | cmyk(27%, 90%, 0%, 1%) |
| LAB | lab(49.8 85.9 -77.3) |
| LCH | lch(49.8 115.6 318.0) |
| OKLCH | oklch(0.607 0.294 311.6) |
Copy-ready code
/* CSS */
color: #ba19fd;
background-color: #ba19fd;
/* Tailwind (arbitrary) */
class="text-[#ba19fd] bg-[#ba19fd]"
/* SCSS */
$brand: #ba19fd;
/* SwiftUI */
Color(red: 0.729, green: 0.098, blue: 0.992)
/* Android */
Color.parseColor("#ba19fd")Accessibility — WCAG contrast
Aa
#ba19fd on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba19fd on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.8%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta90.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ba19fd text on a black background
contrast 4.65:1
Card sample
#ba19fd text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba19fd;
Background color
Panel with #ba19fd background
background-color: #ba19fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba19fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 25, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 25, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba19fd; background: linear-gradient(135deg, #ba19fd, #FD19A8);