#ba35df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 53, 223
HSL
287°, 73%, 54%
CMYK
17, 76, 0, 13
Luminance
0.1831
Every format
| HEX | #ba35df |
| RGB | rgb(186, 53, 223) |
| HSL | hsl(287, 73%, 54%) |
| CMYK | cmyk(17%, 76%, 0%, 13%) |
| LAB | lab(49.9 73.9 -60.3) |
| LCH | lch(49.9 95.3 320.8) |
| OKLCH | oklch(0.601 0.252 317.6) |
Copy-ready code
/* CSS */
color: #ba35df;
background-color: #ba35df;
/* Tailwind (arbitrary) */
class="text-[#ba35df] bg-[#ba35df]"
/* SCSS */
$brand: #ba35df;
/* SwiftUI */
Color(red: 0.729, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#ba35df")Accessibility — WCAG contrast
Aa
#ba35df on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba35df on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green20.8%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ba35df text on a black background
contrast 4.66:1
Card sample
#ba35df text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba35df;
Background color
Panel with #ba35df background
background-color: #ba35df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba35df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba35df; background: linear-gradient(135deg, #ba35df, #DF3593);