#ba7aef
a light, electric violet · warm · closest name: orchid
RGB
186, 122, 239
HSL
273°, 79%, 71%
CMYK
22, 49, 0, 6
Luminance
0.3059
Every format
| HEX | #ba7aef |
| RGB | rgb(186, 122, 239) |
| HSL | hsl(273, 79%, 71%) |
| CMYK | cmyk(22%, 49%, 0%, 6%) |
| LAB | lab(62.2 46.3 -49.6) |
| LCH | lch(62.2 67.9 313.0) |
| OKLCH | oklch(0.693 0.175 307.7) |
Copy-ready code
/* CSS */
color: #ba7aef;
background-color: #ba7aef;
/* Tailwind (arbitrary) */
class="text-[#ba7aef] bg-[#ba7aef]"
/* SCSS */
$brand: #ba7aef;
/* SwiftUI */
Color(red: 0.729, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#ba7aef")Accessibility — WCAG contrast
Aa
#ba7aef on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba7aef on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.8%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ba7aef text on a black background
contrast 7.12:1
Card sample
#ba7aef text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7aef;
Background color
Panel with #ba7aef background
background-color: #ba7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7aef; background: linear-gradient(135deg, #ba7aef, #EF7AD6);