#ba2adf
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 42, 223
HSL
288°, 74%, 52%
CMYK
17, 81, 0, 13
Luminance
0.1742
Every format
| HEX | #ba2adf |
| RGB | rgb(186, 42, 223) |
| HSL | hsl(288, 74%, 52%) |
| CMYK | cmyk(17%, 81%, 0%, 13%) |
| LAB | lab(48.8 77.0 -62.0) |
| LCH | lch(48.8 98.9 321.2) |
| OKLCH | oklch(0.593 0.261 318.0) |
Copy-ready code
/* CSS */
color: #ba2adf;
background-color: #ba2adf;
/* Tailwind (arbitrary) */
class="text-[#ba2adf] bg-[#ba2adf]"
/* SCSS */
$brand: #ba2adf;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.875)
/* Android */
Color.parseColor("#ba2adf")Accessibility — WCAG contrast
Aa
#ba2adf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2adf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta81.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ba2adf text on a black background
contrast 4.48:1
Card sample
#ba2adf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2adf;
Background color
Panel with #ba2adf background
background-color: #ba2adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2adf; background: linear-gradient(135deg, #ba2adf, #DF2A8C);