#ba8aef
a light, electric violet · warm · closest name: orchid
RGB
186, 138, 239
HSL
269°, 76%, 74%
CMYK
22, 42, 0, 6
Luminance
0.3485
Every format
| HEX | #ba8aef |
| RGB | rgb(186, 138, 239) |
| HSL | hsl(269, 76%, 74%) |
| CMYK | cmyk(22%, 42%, 0%, 6%) |
| LAB | lab(65.6 37.6 -44.1) |
| LCH | lch(65.6 58.0 310.4) |
| OKLCH | oklch(0.719 0.150 304.8) |
Copy-ready code
/* CSS */
color: #ba8aef;
background-color: #ba8aef;
/* Tailwind (arbitrary) */
class="text-[#ba8aef] bg-[#ba8aef]"
/* SCSS */
$brand: #ba8aef;
/* SwiftUI */
Color(red: 0.729, green: 0.541, blue: 0.937)
/* Android */
Color.parseColor("#ba8aef")Accessibility — WCAG contrast
Aa
#ba8aef on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8aef on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.1%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta42.3%
Yellow0.0%
Key (black)6.3%
Color previews
#ba8aef text on a black background
contrast 7.97:1
Card sample
#ba8aef text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8aef;
Background color
Panel with #ba8aef background
background-color: #ba8aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 138, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 138, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8aef; background: linear-gradient(135deg, #ba8aef, #EF8AE1);