#ba0ddf
a balanced, electric violet · warm · closest name: magenta
RGB
186, 13, 223
HSL
289°, 89%, 46%
CMYK
17, 94, 0, 13
Luminance
0.1605
Every format
| HEX | #ba0ddf |
| RGB | rgb(186, 13, 223) |
| HSL | hsl(289, 89%, 46%) |
| CMYK | cmyk(17%, 94%, 0%, 13%) |
| LAB | lab(47.0 82.2 -64.8) |
| LCH | lch(47.0 104.7 321.7) |
| OKLCH | oklch(0.581 0.276 318.5) |
Copy-ready code
/* CSS */
color: #ba0ddf;
background-color: #ba0ddf;
/* Tailwind (arbitrary) */
class="text-[#ba0ddf] bg-[#ba0ddf]"
/* SCSS */
$brand: #ba0ddf;
/* SwiftUI */
Color(red: 0.729, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#ba0ddf")Accessibility — WCAG contrast
Aa
#ba0ddf on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0ddf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.1%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ba0ddf text on a black background
contrast 4.21:1
Card sample
#ba0ddf text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0ddf;
Background color
Panel with #ba0ddf background
background-color: #ba0ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0ddf; background: linear-gradient(135deg, #ba0ddf, #DF0D78);