#baa6eb
a light, vivid violet · warm · closest name: plum
RGB
186, 166, 235
HSL
257°, 63%, 79%
CMYK
21, 29, 0, 8
Luminance
0.4371
Every format
| HEX | #baa6eb |
| RGB | rgb(186, 166, 235) |
| HSL | hsl(257, 63%, 79%) |
| CMYK | cmyk(21%, 29%, 0%, 8%) |
| LAB | lab(72.0 21.1 -32.0) |
| LCH | lch(72.0 38.3 303.5) |
| OKLCH | oklch(0.767 0.099 297.3) |
Copy-ready code
/* CSS */
color: #baa6eb;
background-color: #baa6eb;
/* Tailwind (arbitrary) */
class="text-[#baa6eb] bg-[#baa6eb]"
/* SCSS */
$brand: #baa6eb;
/* SwiftUI */
Color(red: 0.729, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#baa6eb")Accessibility — WCAG contrast
Aa
#baa6eb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa6eb on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green65.1%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta29.4%
Yellow0.0%
Key (black)7.8%
Color previews
#baa6eb text on a black background
contrast 9.74:1
Card sample
#baa6eb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa6eb;
Background color
Panel with #baa6eb background
background-color: #baa6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa6eb; background: linear-gradient(135deg, #baa6eb, #E8A6EB);