#bba4ec
a light, vivid violet · warm · closest name: plum
RGB
187, 164, 236
HSL
259°, 66%, 78%
CMYK
21, 31, 0, 8
Luminance
0.4317
Every format
| HEX | #bba4ec |
| RGB | rgb(187, 164, 236) |
| HSL | hsl(259, 66%, 78%) |
| CMYK | cmyk(21%, 31%, 0%, 8%) |
| LAB | lab(71.7 22.8 -33.1) |
| LCH | lch(71.7 40.1 304.5) |
| OKLCH | oklch(0.765 0.104 298.6) |
Copy-ready code
/* CSS */
color: #bba4ec;
background-color: #bba4ec;
/* Tailwind (arbitrary) */
class="text-[#bba4ec] bg-[#bba4ec]"
/* SCSS */
$brand: #bba4ec;
/* SwiftUI */
Color(red: 0.733, green: 0.643, blue: 0.925)
/* Android */
Color.parseColor("#bba4ec")Accessibility — WCAG contrast
Aa
#bba4ec on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba4ec on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.3%
Blue92.5%
CMYK percentages
Cyan20.8%
Magenta30.5%
Yellow0.0%
Key (black)7.5%
Color previews
#bba4ec text on a black background
contrast 9.63:1
Card sample
#bba4ec text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba4ec;
Background color
Panel with #bba4ec background
background-color: #bba4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 164, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 164, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba4ec; background: linear-gradient(135deg, #bba4ec, #EBA4EC);