#ba2edc
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 46, 220
HSL
288°, 71%, 52%
CMYK
16, 79, 0, 14
Luminance
0.1756
Every format
| HEX | #ba2edc |
| RGB | rgb(186, 46, 220) |
| HSL | hsl(288, 71%, 52%) |
| CMYK | cmyk(16%, 79%, 0%, 14%) |
| LAB | lab(49.0 75.4 -60.0) |
| LCH | lch(49.0 96.4 321.5) |
| OKLCH | oklch(0.594 0.255 318.6) |
Copy-ready code
/* CSS */
color: #ba2edc;
background-color: #ba2edc;
/* Tailwind (arbitrary) */
class="text-[#ba2edc] bg-[#ba2edc]"
/* SCSS */
$brand: #ba2edc;
/* SwiftUI */
Color(red: 0.729, green: 0.180, blue: 0.863)
/* Android */
Color.parseColor("#ba2edc")Accessibility — WCAG contrast
Aa
#ba2edc on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2edc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.0%
Blue86.3%
CMYK percentages
Cyan15.5%
Magenta79.1%
Yellow0.0%
Key (black)13.7%
Color previews
#ba2edc text on a black background
contrast 4.51:1
Card sample
#ba2edc text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2edc;
Background color
Panel with #ba2edc background
background-color: #ba2edc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2edc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 46, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 46, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2edc; background: linear-gradient(135deg, #ba2edc, #DC2E8A);