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