#ba8cef
a light, electric violet · warm · closest name: orchid
RGB
186, 140, 239
HSL
268°, 76%, 74%
CMYK
22, 41, 0, 6
Luminance
0.3543
Every format
| HEX | #ba8cef |
| RGB | rgb(186, 140, 239) |
| HSL | hsl(268, 76%, 74%) |
| CMYK | cmyk(22%, 41%, 0%, 6%) |
| LAB | lab(66.1 36.5 -43.4) |
| LCH | lch(66.1 56.7 310.0) |
| OKLCH | oklch(0.722 0.147 304.4) |
Copy-ready code
/* CSS */
color: #ba8cef;
background-color: #ba8cef;
/* Tailwind (arbitrary) */
class="text-[#ba8cef] bg-[#ba8cef]"
/* SCSS */
$brand: #ba8cef;
/* SwiftUI */
Color(red: 0.729, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#ba8cef")Accessibility — WCAG contrast
Aa
#ba8cef on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8cef on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green54.9%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ba8cef text on a black background
contrast 8.09:1
Card sample
#ba8cef text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8cef;
Background color
Panel with #ba8cef background
background-color: #ba8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8cef; background: linear-gradient(135deg, #ba8cef, #EF8CE2);