#ba0fdc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
186, 15, 220
HSL
290°, 87%, 46%
CMYK
16, 93, 0, 14
Luminance
0.1595
Every format
| HEX | #ba0fdc |
| RGB | rgb(186, 15, 220) |
| HSL | hsl(290, 87%, 46%) |
| CMYK | cmyk(16%, 93%, 0%, 14%) |
| LAB | lab(46.9 81.5 -63.3) |
| LCH | lch(46.9 103.2 322.1) |
| OKLCH | oklch(0.579 0.273 319.3) |
Copy-ready code
/* CSS */
color: #ba0fdc;
background-color: #ba0fdc;
/* Tailwind (arbitrary) */
class="text-[#ba0fdc] bg-[#ba0fdc]"
/* SCSS */
$brand: #ba0fdc;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.863)
/* Android */
Color.parseColor("#ba0fdc")Accessibility — WCAG contrast
Aa
#ba0fdc on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0fdc on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue86.3%
CMYK percentages
Cyan15.5%
Magenta93.2%
Yellow0.0%
Key (black)13.7%
Color previews
#ba0fdc text on a black background
contrast 4.19:1
Card sample
#ba0fdc text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0fdc;
Background color
Panel with #ba0fdc background
background-color: #ba0fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0fdc; background: linear-gradient(135deg, #ba0fdc, #DC0F76);