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