#ba0fcb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 15, 203
HSL
295°, 86%, 43%
CMYK
8, 93, 0, 20
Luminance
0.1509
Every format
| HEX | #ba0fcb |
| RGB | rgb(186, 15, 203) |
| HSL | hsl(295, 86%, 43%) |
| CMYK | cmyk(8%, 93%, 0%, 20%) |
| LAB | lab(45.8 78.7 -55.4) |
| LCH | lch(45.8 96.2 324.8) |
| OKLCH | oklch(0.568 0.261 323.6) |
Copy-ready code
/* CSS */
color: #ba0fcb;
background-color: #ba0fcb;
/* Tailwind (arbitrary) */
class="text-[#ba0fcb] bg-[#ba0fcb]"
/* SCSS */
$brand: #ba0fcb;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.796)
/* Android */
Color.parseColor("#ba0fcb")Accessibility — WCAG contrast
Aa
#ba0fcb on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0fcb on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta92.6%
Yellow0.0%
Key (black)20.4%
Color previews
#ba0fcb text on a black background
contrast 4.02:1
Card sample
#ba0fcb text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0fcb;
Background color
Panel with #ba0fcb background
background-color: #ba0fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0fcb; background: linear-gradient(135deg, #ba0fcb, #CB0F5E);