#ba2ced
a balanced, electric violet · warm · closest name: magenta
RGB
186, 44, 237
HSL
284°, 84%, 55%
CMYK
22, 81, 0, 7
Luminance
0.1835
Every format
| HEX | #ba2ced |
| RGB | rgb(186, 44, 237) |
| HSL | hsl(284, 84%, 55%) |
| CMYK | cmyk(22%, 81%, 0%, 7%) |
| LAB | lab(49.9 79.0 -68.1) |
| LCH | lch(49.9 104.3 319.3) |
| OKLCH | oklch(0.604 0.270 314.6) |
Copy-ready code
/* CSS */
color: #ba2ced;
background-color: #ba2ced;
/* Tailwind (arbitrary) */
class="text-[#ba2ced] bg-[#ba2ced]"
/* SCSS */
$brand: #ba2ced;
/* SwiftUI */
Color(red: 0.729, green: 0.173, blue: 0.929)
/* Android */
Color.parseColor("#ba2ced")Accessibility — WCAG contrast
Aa
#ba2ced on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2ced on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.3%
Blue92.9%
CMYK percentages
Cyan21.5%
Magenta81.4%
Yellow0.0%
Key (black)7.1%
Color previews
#ba2ced text on a black background
contrast 4.67:1
Card sample
#ba2ced text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2ced;
Background color
Panel with #ba2ced background
background-color: #ba2ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 44, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 44, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2ced; background: linear-gradient(135deg, #ba2ced, #ED2C9F);