#ba17cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 23, 205
HSL
294°, 80%, 45%
CMYK
9, 89, 0, 20
Luminance
0.1546
Every format
| HEX | #ba17cd |
| RGB | rgb(186, 23, 205) |
| HSL | hsl(294, 80%, 45%) |
| CMYK | cmyk(9%, 89%, 0%, 20%) |
| LAB | lab(46.3 77.9 -55.8) |
| LCH | lch(46.3 95.8 324.4) |
| OKLCH | oklch(0.572 0.260 323.0) |
Copy-ready code
/* CSS */
color: #ba17cd;
background-color: #ba17cd;
/* Tailwind (arbitrary) */
class="text-[#ba17cd] bg-[#ba17cd]"
/* SCSS */
$brand: #ba17cd;
/* SwiftUI */
Color(red: 0.729, green: 0.090, blue: 0.804)
/* Android */
Color.parseColor("#ba17cd")Accessibility — WCAG contrast
Aa
#ba17cd on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba17cd on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.0%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta88.8%
Yellow0.0%
Key (black)19.6%
Color previews
#ba17cd text on a black background
contrast 4.09:1
Card sample
#ba17cd text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba17cd;
Background color
Panel with #ba17cd background
background-color: #ba17cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba17cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 23, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 23, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba17cd; background: linear-gradient(135deg, #ba17cd, #CD1767);