#ba6eee
a light, electric violet · warm · closest name: orchid
RGB
186, 110, 238
HSL
276°, 79%, 68%
CMYK
22, 54, 0, 7
Luminance
0.2776
Every format
| HEX | #ba6eee |
| RGB | rgb(186, 110, 238) |
| HSL | hsl(276, 79%, 68%) |
| CMYK | cmyk(22%, 54%, 0%, 7%) |
| LAB | lab(59.7 52.4 -53.0) |
| LCH | lch(59.7 74.5 314.7) |
| OKLCH | oklch(0.674 0.193 309.6) |
Copy-ready code
/* CSS */
color: #ba6eee;
background-color: #ba6eee;
/* Tailwind (arbitrary) */
class="text-[#ba6eee] bg-[#ba6eee]"
/* SCSS */
$brand: #ba6eee;
/* SwiftUI */
Color(red: 0.729, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#ba6eee")Accessibility — WCAG contrast
Aa
#ba6eee on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6eee on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.1%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ba6eee text on a black background
contrast 6.55:1
Card sample
#ba6eee text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6eee;
Background color
Panel with #ba6eee background
background-color: #ba6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6eee; background: linear-gradient(135deg, #ba6eee, #EE6ECD);