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