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