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