#baa2eb
a light, vivid violet · warm · closest name: plum
RGB
186, 162, 235
HSL
260°, 65%, 78%
CMYK
21, 31, 0, 8
Luminance
0.4228
Every format
| HEX | #baa2eb |
| RGB | rgb(186, 162, 235) |
| HSL | hsl(260, 65%, 78%) |
| CMYK | cmyk(21%, 31%, 0%, 8%) |
| LAB | lab(71.1 23.4 -33.5) |
| LCH | lch(71.1 40.8 304.9) |
| OKLCH | oklch(0.760 0.106 299.0) |
Copy-ready code
/* CSS */
color: #baa2eb;
background-color: #baa2eb;
/* Tailwind (arbitrary) */
class="text-[#baa2eb] bg-[#baa2eb]"
/* SCSS */
$brand: #baa2eb;
/* SwiftUI */
Color(red: 0.729, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#baa2eb")Accessibility — WCAG contrast
Aa
#baa2eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa2eb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green63.5%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#baa2eb text on a black background
contrast 9.46:1
Card sample
#baa2eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa2eb;
Background color
Panel with #baa2eb background
background-color: #baa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa2eb; background: linear-gradient(135deg, #baa2eb, #EBA2EB);