#ba8eee
a light, vivid violet · warm · closest name: plum
RGB
186, 142, 238
HSL
268°, 74%, 75%
CMYK
22, 40, 0, 7
Luminance
0.3596
Every format
| HEX | #ba8eee |
| RGB | rgb(186, 142, 238) |
| HSL | hsl(268, 74%, 75%) |
| CMYK | cmyk(22%, 40%, 0%, 7%) |
| LAB | lab(66.5 35.2 -42.2) |
| LCH | lch(66.5 55.0 309.8) |
| OKLCH | oklch(0.725 0.142 304.2) |
Copy-ready code
/* CSS */
color: #ba8eee;
background-color: #ba8eee;
/* Tailwind (arbitrary) */
class="text-[#ba8eee] bg-[#ba8eee]"
/* SCSS */
$brand: #ba8eee;
/* SwiftUI */
Color(red: 0.729, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#ba8eee")Accessibility — WCAG contrast
Aa
#ba8eee on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8eee on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green55.7%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ba8eee text on a black background
contrast 8.19:1
Card sample
#ba8eee text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8eee;
Background color
Panel with #ba8eee background
background-color: #ba8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8eee; background: linear-gradient(135deg, #ba8eee, #EE8EE2);