#bcacf8
a light, electric blue · warm · closest name: plum
RGB
188, 172, 248
HSL
253°, 84%, 82%
CMYK
24, 31, 0, 3
Luminance
0.4697
Every format
| HEX | #bcacf8 |
| RGB | rgb(188, 172, 248) |
| HSL | hsl(253, 84%, 82%) |
| CMYK | cmyk(24%, 31%, 0%, 3%) |
| LAB | lab(74.2 21.4 -35.7) |
| LCH | lch(74.2 41.6 300.9) |
| OKLCH | oklch(0.786 0.108 293.4) |
Copy-ready code
/* CSS */
color: #bcacf8;
background-color: #bcacf8;
/* Tailwind (arbitrary) */
class="text-[#bcacf8] bg-[#bcacf8]"
/* SCSS */
$brand: #bcacf8;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.973)
/* Android */
Color.parseColor("#bcacf8")Accessibility — WCAG contrast
Aa
#bcacf8 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacf8 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue97.3%
CMYK percentages
Cyan24.2%
Magenta30.6%
Yellow0.0%
Key (black)2.7%
Color previews
#bcacf8 text on a black background
contrast 10.39:1
Card sample
#bcacf8 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacf8;
Background color
Panel with #bcacf8 background
background-color: #bcacf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacf8; background: linear-gradient(135deg, #bcacf8, #EFACF8);