#bbabfd
a light, electric blue · warm · closest name: plum
RGB
187, 171, 253
HSL
252°, 95%, 83%
CMYK
26, 32, 0, 1
Luminance
0.4678
Every format
| HEX | #bbabfd |
| RGB | rgb(187, 171, 253) |
| HSL | hsl(252, 95%, 83%) |
| CMYK | cmyk(26%, 32%, 0%, 1%) |
| LAB | lab(74.0 22.8 -38.6) |
| LCH | lch(74.0 44.9 300.6) |
| OKLCH | oklch(0.785 0.116 292.5) |
Copy-ready code
/* CSS */
color: #bbabfd;
background-color: #bbabfd;
/* Tailwind (arbitrary) */
class="text-[#bbabfd] bg-[#bbabfd]"
/* SCSS */
$brand: #bbabfd;
/* SwiftUI */
Color(red: 0.733, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#bbabfd")Accessibility — WCAG contrast
Aa
#bbabfd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbabfd on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.1%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bbabfd text on a black background
contrast 10.36:1
Card sample
#bbabfd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbabfd;
Background color
Panel with #bbabfd background
background-color: #bbabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbabfd; background: linear-gradient(135deg, #bbabfd, #F2ABFD);