#ba61eb
a light, electric violet · warm · closest name: orchid
RGB
186, 97, 235
HSL
279°, 78%, 65%
CMYK
21, 59, 0, 8
Luminance
0.2499
Every format
| HEX | #ba61eb |
| RGB | rgb(186, 97, 235) |
| HSL | hsl(279, 78%, 65%) |
| CMYK | cmyk(21%, 59%, 0%, 8%) |
| LAB | lab(57.1 58.3 -55.5) |
| LCH | lch(57.1 80.5 316.4) |
| OKLCH | oklch(0.655 0.209 311.8) |
Copy-ready code
/* CSS */
color: #ba61eb;
background-color: #ba61eb;
/* Tailwind (arbitrary) */
class="text-[#ba61eb] bg-[#ba61eb]"
/* SCSS */
$brand: #ba61eb;
/* SwiftUI */
Color(red: 0.729, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#ba61eb")Accessibility — WCAG contrast
Aa
#ba61eb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba61eb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.0%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ba61eb text on a black background
contrast 6.00:1
Card sample
#ba61eb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba61eb;
Background color
Panel with #ba61eb background
background-color: #ba61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba61eb; background: linear-gradient(135deg, #ba61eb, #EB61C0);