#ba20cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 32, 207
HSL
293°, 73%, 47%
CMYK
10, 85, 0, 19
Luminance
0.1598
Every format
| HEX | #ba20cf |
| RGB | rgb(186, 32, 207) |
| HSL | hsl(293, 73%, 47%) |
| CMYK | cmyk(10%, 85%, 0%, 19%) |
| LAB | lab(47.0 76.6 -55.8) |
| LCH | lch(47.0 94.8 323.9) |
| OKLCH | oklch(0.577 0.256 322.3) |
Copy-ready code
/* CSS */
color: #ba20cf;
background-color: #ba20cf;
/* Tailwind (arbitrary) */
class="text-[#ba20cf] bg-[#ba20cf]"
/* SCSS */
$brand: #ba20cf;
/* SwiftUI */
Color(red: 0.729, green: 0.125, blue: 0.812)
/* Android */
Color.parseColor("#ba20cf")Accessibility — WCAG contrast
Aa
#ba20cf on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba20cf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green12.5%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta84.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ba20cf text on a black background
contrast 4.20:1
Card sample
#ba20cf text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba20cf;
Background color
Panel with #ba20cf background
background-color: #ba20cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba20cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 32, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 32, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba20cf; background: linear-gradient(135deg, #ba20cf, #CF206F);