#bba7f8
a light, electric blue · warm · closest name: plum
RGB
187, 167, 248
HSL
255°, 85%, 81%
CMYK
25, 33, 0, 3
Luminance
0.4498
Every format
| HEX | #bba7f8 |
| RGB | rgb(187, 167, 248) |
| HSL | hsl(255, 85%, 81%) |
| CMYK | cmyk(25%, 33%, 0%, 3%) |
| LAB | lab(72.9 23.9 -37.7) |
| LCH | lch(72.9 44.6 302.3) |
| OKLCH | oklch(0.775 0.115 294.9) |
Copy-ready code
/* CSS */
color: #bba7f8;
background-color: #bba7f8;
/* Tailwind (arbitrary) */
class="text-[#bba7f8] bg-[#bba7f8]"
/* SCSS */
$brand: #bba7f8;
/* SwiftUI */
Color(red: 0.733, green: 0.655, blue: 0.973)
/* Android */
Color.parseColor("#bba7f8")Accessibility — WCAG contrast
Aa
#bba7f8 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba7f8 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.5%
Blue97.3%
CMYK percentages
Cyan24.6%
Magenta32.7%
Yellow0.0%
Key (black)2.7%
Color previews
#bba7f8 text on a black background
contrast 10.00:1
Card sample
#bba7f8 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba7f8;
Background color
Panel with #bba7f8 background
background-color: #bba7f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba7f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 167, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 167, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba7f8; background: linear-gradient(135deg, #bba7f8, #F1A7F8);