#ba68eb
a light, electric violet · warm · closest name: orchid
RGB
186, 104, 235
HSL
278°, 77%, 67%
CMYK
21, 56, 0, 8
Luminance
0.2634
Every format
| HEX | #ba68eb |
| RGB | rgb(186, 104, 235) |
| HSL | hsl(278, 77%, 67%) |
| CMYK | cmyk(21%, 56%, 0%, 8%) |
| LAB | lab(58.4 54.8 -53.4) |
| LCH | lch(58.4 76.5 315.7) |
| OKLCH | oklch(0.664 0.199 311.0) |
Copy-ready code
/* CSS */
color: #ba68eb;
background-color: #ba68eb;
/* Tailwind (arbitrary) */
class="text-[#ba68eb] bg-[#ba68eb]"
/* SCSS */
$brand: #ba68eb;
/* SwiftUI */
Color(red: 0.729, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#ba68eb")Accessibility — WCAG contrast
Aa
#ba68eb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba68eb on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.8%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ba68eb text on a black background
contrast 6.27:1
Card sample
#ba68eb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba68eb;
Background color
Panel with #ba68eb background
background-color: #ba68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba68eb; background: linear-gradient(135deg, #ba68eb, #EB68C5);