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