#ba18ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
186, 24, 206
HSL
293°, 79%, 45%
CMYK
10, 88, 0, 19
Luminance
0.1555
Every format
| HEX | #ba18ce |
| RGB | rgb(186, 24, 206) |
| HSL | hsl(293, 79%, 45%) |
| CMYK | cmyk(10%, 88%, 0%, 19%) |
| LAB | lab(46.4 77.9 -56.1) |
| LCH | lch(46.4 96.0 324.2) |
| OKLCH | oklch(0.573 0.260 322.7) |
Copy-ready code
/* CSS */
color: #ba18ce;
background-color: #ba18ce;
/* Tailwind (arbitrary) */
class="text-[#ba18ce] bg-[#ba18ce]"
/* SCSS */
$brand: #ba18ce;
/* SwiftUI */
Color(red: 0.729, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#ba18ce")Accessibility — WCAG contrast
Aa
#ba18ce on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba18ce on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.4%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ba18ce text on a black background
contrast 4.11:1
Card sample
#ba18ce text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba18ce;
Background color
Panel with #ba18ce background
background-color: #ba18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba18ce; background: linear-gradient(135deg, #ba18ce, #CE1869);