#ba6eef
a light, electric violet · warm · closest name: orchid
RGB
186, 110, 239
HSL
275°, 80%, 68%
CMYK
22, 54, 0, 6
Luminance
0.2782
Every format
| HEX | #ba6eef |
| RGB | rgb(186, 110, 239) |
| HSL | hsl(275, 80%, 68%) |
| CMYK | cmyk(22%, 54%, 0%, 6%) |
| LAB | lab(59.7 52.6 -53.5) |
| LCH | lch(59.7 75.0 314.5) |
| OKLCH | oklch(0.675 0.194 309.3) |
Copy-ready code
/* CSS */
color: #ba6eef;
background-color: #ba6eef;
/* Tailwind (arbitrary) */
class="text-[#ba6eef] bg-[#ba6eef]"
/* SCSS */
$brand: #ba6eef;
/* SwiftUI */
Color(red: 0.729, green: 0.431, blue: 0.937)
/* Android */
Color.parseColor("#ba6eef")Accessibility — WCAG contrast
Aa
#ba6eef on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6eef on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green43.1%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta54.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ba6eef text on a black background
contrast 6.56:1
Card sample
#ba6eef text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6eef;
Background color
Panel with #ba6eef background
background-color: #ba6eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 110, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 110, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6eef; background: linear-gradient(135deg, #ba6eef, #EF6ECE);