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