#bbaffb
a light, electric blue · warm · closest name: plum
RGB
187, 175, 251
HSL
250°, 91%, 84%
CMYK
26, 30, 0, 2
Luminance
0.4819
Every format
| HEX | #bbaffb |
| RGB | rgb(187, 175, 251) |
| HSL | hsl(250, 91%, 84%) |
| CMYK | cmyk(26%, 30%, 0%, 2%) |
| LAB | lab(74.9 20.1 -36.1) |
| LCH | lch(74.9 41.4 299.1) |
| OKLCH | oklch(0.792 0.107 291.0) |
Copy-ready code
/* CSS */
color: #bbaffb;
background-color: #bbaffb;
/* Tailwind (arbitrary) */
class="text-[#bbaffb] bg-[#bbaffb]"
/* SCSS */
$brand: #bbaffb;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.984)
/* Android */
Color.parseColor("#bbaffb")Accessibility — WCAG contrast
Aa
#bbaffb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaffb on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue98.4%
CMYK percentages
Cyan25.5%
Magenta30.3%
Yellow0.0%
Key (black)1.6%
Color previews
#bbaffb text on a black background
contrast 10.64:1
Card sample
#bbaffb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaffb;
Background color
Panel with #bbaffb background
background-color: #bbaffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaffb; background: linear-gradient(135deg, #bbaffb, #EEAFFB);