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