#bbacf2
a light, vivid blue · warm · closest name: plum
RGB
187, 172, 242
HSL
253°, 73%, 81%
CMYK
23, 29, 0, 5
Luminance
0.4648
Every format
| HEX | #bbacf2 |
| RGB | rgb(187, 172, 242) |
| HSL | hsl(253, 73%, 81%) |
| CMYK | cmyk(23%, 29%, 0%, 5%) |
| LAB | lab(73.9 19.7 -33.0) |
| LCH | lch(73.9 38.4 300.9) |
| OKLCH | oklch(0.782 0.099 293.8) |
Copy-ready code
/* CSS */
color: #bbacf2;
background-color: #bbacf2;
/* Tailwind (arbitrary) */
class="text-[#bbacf2] bg-[#bbacf2]"
/* SCSS */
$brand: #bbacf2;
/* SwiftUI */
Color(red: 0.733, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#bbacf2")Accessibility — WCAG contrast
Aa
#bbacf2 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbacf2 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.5%
Blue94.9%
CMYK percentages
Cyan22.7%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#bbacf2 text on a black background
contrast 10.30:1
Card sample
#bbacf2 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbacf2;
Background color
Panel with #bbacf2 background
background-color: #bbacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbacf2; background: linear-gradient(135deg, #bbacf2, #EAACF2);