#bcacf6
a light, electric blue · warm · closest name: plum
RGB
188, 172, 246
HSL
253°, 80%, 82%
CMYK
24, 30, 0, 4
Luminance
0.4685
Every format
| HEX | #bcacf6 |
| RGB | rgb(188, 172, 246) |
| HSL | hsl(253, 80%, 82%) |
| CMYK | cmyk(24%, 30%, 0%, 4%) |
| LAB | lab(74.1 20.9 -34.7) |
| LCH | lch(74.1 40.5 301.1) |
| OKLCH | oklch(0.785 0.105 293.8) |
Copy-ready code
/* CSS */
color: #bcacf6;
background-color: #bcacf6;
/* Tailwind (arbitrary) */
class="text-[#bcacf6] bg-[#bcacf6]"
/* SCSS */
$brand: #bcacf6;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#bcacf6")Accessibility — WCAG contrast
Aa
#bcacf6 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacf6 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue96.5%
CMYK percentages
Cyan23.6%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#bcacf6 text on a black background
contrast 10.37:1
Card sample
#bcacf6 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacf6;
Background color
Panel with #bcacf6 background
background-color: #bcacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacf6; background: linear-gradient(135deg, #bcacf6, #EDACF6);