#ba1cdf
a balanced, electric violet · warm · closest name: magenta
RGB
186, 28, 223
HSL
289°, 78%, 49%
CMYK
17, 87, 0, 13
Luminance
0.1660
Every format
| HEX | #ba1cdf |
| RGB | rgb(186, 28, 223) |
| HSL | hsl(289, 78%, 49%) |
| CMYK | cmyk(17%, 87%, 0%, 13%) |
| LAB | lab(47.8 80.1 -63.7) |
| LCH | lch(47.8 102.3 321.5) |
| OKLCH | oklch(0.586 0.270 318.3) |
Copy-ready code
/* CSS */
color: #ba1cdf;
background-color: #ba1cdf;
/* Tailwind (arbitrary) */
class="text-[#ba1cdf] bg-[#ba1cdf]"
/* SCSS */
$brand: #ba1cdf;
/* SwiftUI */
Color(red: 0.729, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#ba1cdf")Accessibility — WCAG contrast
Aa
#ba1cdf on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1cdf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.0%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ba1cdf text on a black background
contrast 4.32:1
Card sample
#ba1cdf text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1cdf;
Background color
Panel with #ba1cdf background
background-color: #ba1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1cdf; background: linear-gradient(135deg, #ba1cdf, #DF1C82);