#ba23df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 35, 223
HSL
288°, 75%, 51%
CMYK
17, 84, 0, 13
Luminance
0.1697
Every format
| HEX | #ba23df |
| RGB | rgb(186, 35, 223) |
| HSL | hsl(288, 75%, 51%) |
| CMYK | cmyk(17%, 84%, 0%, 13%) |
| LAB | lab(48.2 78.7 -62.9) |
| LCH | lch(48.2 100.8 321.4) |
| OKLCH | oklch(0.589 0.266 318.2) |
Copy-ready code
/* CSS */
color: #ba23df;
background-color: #ba23df;
/* Tailwind (arbitrary) */
class="text-[#ba23df] bg-[#ba23df]"
/* SCSS */
$brand: #ba23df;
/* SwiftUI */
Color(red: 0.729, green: 0.137, blue: 0.875)
/* Android */
Color.parseColor("#ba23df")Accessibility — WCAG contrast
Aa
#ba23df on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba23df on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.7%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta84.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ba23df text on a black background
contrast 4.39:1
Card sample
#ba23df text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba23df;
Background color
Panel with #ba23df background
background-color: #ba23df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba23df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 35, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 35, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba23df; background: linear-gradient(135deg, #ba23df, #DF2387);