#ba59f2
a balanced, electric violet · warm · closest name: orchid
RGB
186, 89, 242
HSL
278°, 86%, 65%
CMYK
23, 63, 0, 5
Luminance
0.2399
Every format
| HEX | #ba59f2 |
| RGB | rgb(186, 89, 242) |
| HSL | hsl(278, 86%, 65%) |
| CMYK | cmyk(23%, 63%, 0%, 5%) |
| LAB | lab(56.1 63.5 -61.0) |
| LCH | lch(56.1 88.0 316.2) |
| OKLCH | oklch(0.649 0.227 310.8) |
Copy-ready code
/* CSS */
color: #ba59f2;
background-color: #ba59f2;
/* Tailwind (arbitrary) */
class="text-[#ba59f2] bg-[#ba59f2]"
/* SCSS */
$brand: #ba59f2;
/* SwiftUI */
Color(red: 0.729, green: 0.349, blue: 0.949)
/* Android */
Color.parseColor("#ba59f2")Accessibility — WCAG contrast
Aa
#ba59f2 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba59f2 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.9%
Blue94.9%
CMYK percentages
Cyan23.1%
Magenta63.2%
Yellow0.0%
Key (black)5.1%
Color previews
#ba59f2 text on a black background
contrast 5.80:1
Card sample
#ba59f2 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba59f2;
Background color
Panel with #ba59f2 background
background-color: #ba59f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba59f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 89, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 89, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba59f2; background: linear-gradient(135deg, #ba59f2, #F259C4);