#baa4eb
a light, vivid violet · warm · closest name: plum
RGB
186, 164, 235
HSL
259°, 64%, 78%
CMYK
21, 30, 0, 8
Luminance
0.4299
Every format
| HEX | #baa4eb |
| RGB | rgb(186, 164, 235) |
| HSL | hsl(259, 64%, 78%) |
| CMYK | cmyk(21%, 30%, 0%, 8%) |
| LAB | lab(71.5 22.2 -32.7) |
| LCH | lch(71.5 39.6 304.2) |
| OKLCH | oklch(0.763 0.102 298.2) |
Copy-ready code
/* CSS */
color: #baa4eb;
background-color: #baa4eb;
/* Tailwind (arbitrary) */
class="text-[#baa4eb] bg-[#baa4eb]"
/* SCSS */
$brand: #baa4eb;
/* SwiftUI */
Color(red: 0.729, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#baa4eb")Accessibility — WCAG contrast
Aa
#baa4eb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa4eb on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green64.3%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#baa4eb text on a black background
contrast 9.60:1
Card sample
#baa4eb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa4eb;
Background color
Panel with #baa4eb background
background-color: #baa4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa4eb; background: linear-gradient(135deg, #baa4eb, #E9A4EB);