#bbacef
a light, vivid blue · warm · closest name: plum
RGB
187, 172, 239
HSL
253°, 68%, 81%
CMYK
22, 28, 0, 6
Luminance
0.4630
Every format
| HEX | #bbacef |
| RGB | rgb(187, 172, 239) |
| HSL | hsl(253, 68%, 81%) |
| CMYK | cmyk(22%, 28%, 0%, 6%) |
| LAB | lab(73.7 19.0 -31.5) |
| LCH | lch(73.7 36.8 301.1) |
| OKLCH | oklch(0.781 0.095 294.4) |
Copy-ready code
/* CSS */
color: #bbacef;
background-color: #bbacef;
/* Tailwind (arbitrary) */
class="text-[#bbacef] bg-[#bbacef]"
/* SCSS */
$brand: #bbacef;
/* SwiftUI */
Color(red: 0.733, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#bbacef")Accessibility — WCAG contrast
Aa
#bbacef on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbacef on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.5%
Blue93.7%
CMYK percentages
Cyan21.8%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bbacef text on a black background
contrast 10.26:1
Card sample
#bbacef text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbacef;
Background color
Panel with #bbacef background
background-color: #bbacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbacef; background: linear-gradient(135deg, #bbacef, #E8ACEF);