#ba4def
a balanced, electric violet · warm · closest name: magenta
RGB
186, 77, 239
HSL
280°, 84%, 62%
CMYK
22, 68, 0, 6
Luminance
0.2198
Every format
| HEX | #ba4def |
| RGB | rgb(186, 77, 239) |
| HSL | hsl(280, 84%, 62%) |
| CMYK | cmyk(22%, 68%, 0%, 6%) |
| LAB | lab(54.0 68.1 -62.6) |
| LCH | lch(54.0 92.5 317.4) |
| OKLCH | oklch(0.633 0.239 312.4) |
Copy-ready code
/* CSS */
color: #ba4def;
background-color: #ba4def;
/* Tailwind (arbitrary) */
class="text-[#ba4def] bg-[#ba4def]"
/* SCSS */
$brand: #ba4def;
/* SwiftUI */
Color(red: 0.729, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#ba4def")Accessibility — WCAG contrast
Aa
#ba4def on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4def on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green30.2%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta67.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ba4def text on a black background
contrast 5.40:1
Card sample
#ba4def text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4def;
Background color
Panel with #ba4def background
background-color: #ba4def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4def; background: linear-gradient(135deg, #ba4def, #EF4DB8);