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