#ba59df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 89, 223
HSL
283°, 68%, 61%
CMYK
17, 60, 0, 13
Luminance
0.2291
Every format
| HEX | #ba59df |
| RGB | rgb(186, 89, 223) |
| HSL | hsl(283, 68%, 61%) |
| CMYK | cmyk(17%, 60%, 0%, 13%) |
| LAB | lab(55.0 59.6 -52.1) |
| LCH | lch(55.0 79.1 318.8) |
| OKLCH | oklch(0.637 0.208 315.6) |
Copy-ready code
/* CSS */
color: #ba59df;
background-color: #ba59df;
/* Tailwind (arbitrary) */
class="text-[#ba59df] bg-[#ba59df]"
/* SCSS */
$brand: #ba59df;
/* SwiftUI */
Color(red: 0.729, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#ba59df")Accessibility — WCAG contrast
Aa
#ba59df on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba59df on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.9%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ba59df text on a black background
contrast 5.58:1
Card sample
#ba59df text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba59df;
Background color
Panel with #ba59df background
background-color: #ba59df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba59df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba59df; background: linear-gradient(135deg, #ba59df, #DF59AB);