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