#bbaef1
a light, vivid blue · warm · closest name: plum
RGB
187, 174, 241
HSL
252°, 71%, 81%
CMYK
22, 28, 0, 6
Luminance
0.4719
Every format
| HEX | #bbaef1 |
| RGB | rgb(187, 174, 241) |
| HSL | hsl(252, 71%, 81%) |
| CMYK | cmyk(22%, 28%, 0%, 6%) |
| LAB | lab(74.3 18.4 -31.7) |
| LCH | lch(74.3 36.6 300.1) |
| OKLCH | oklch(0.786 0.095 293.0) |
Copy-ready code
/* CSS */
color: #bbaef1;
background-color: #bbaef1;
/* Tailwind (arbitrary) */
class="text-[#bbaef1] bg-[#bbaef1]"
/* SCSS */
$brand: #bbaef1;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#bbaef1")Accessibility — WCAG contrast
Aa
#bbaef1 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaef1 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue94.5%
CMYK percentages
Cyan22.4%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#bbaef1 text on a black background
contrast 10.44:1
Card sample
#bbaef1 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaef1;
Background color
Panel with #bbaef1 background
background-color: #bbaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaef1; background: linear-gradient(135deg, #bbaef1, #E8AEF1);