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