#bba6fd
a light, electric blue · warm · closest name: plum
RGB
187, 166, 253
HSL
255°, 96%, 82%
CMYK
26, 34, 0, 1
Luminance
0.4493
Every format
| HEX | #bba6fd |
| RGB | rgb(187, 166, 253) |
| HSL | hsl(255, 96%, 82%) |
| CMYK | cmyk(26%, 34%, 0%, 1%) |
| LAB | lab(72.8 25.6 -40.5) |
| LCH | lch(72.8 47.9 302.3) |
| OKLCH | oklch(0.776 0.123 294.4) |
Copy-ready code
/* CSS */
color: #bba6fd;
background-color: #bba6fd;
/* Tailwind (arbitrary) */
class="text-[#bba6fd] bg-[#bba6fd]"
/* SCSS */
$brand: #bba6fd;
/* SwiftUI */
Color(red: 0.733, green: 0.651, blue: 0.992)
/* Android */
Color.parseColor("#bba6fd")Accessibility — WCAG contrast
Aa
#bba6fd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba6fd on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.1%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta34.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bba6fd text on a black background
contrast 9.99:1
Card sample
#bba6fd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba6fd;
Background color
Panel with #bba6fd background
background-color: #bba6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 166, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 166, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba6fd; background: linear-gradient(135deg, #bba6fd, #F5A6FD);