#bcaef2
a light, vivid blue · warm · closest name: plum
RGB
188, 174, 242
HSL
252°, 72%, 82%
CMYK
22, 28, 0, 5
Luminance
0.4737
Every format
| HEX | #bcaef2 |
| RGB | rgb(188, 174, 242) |
| HSL | hsl(252, 72%, 82%) |
| CMYK | cmyk(22%, 28%, 0%, 5%) |
| LAB | lab(74.4 18.9 -32.1) |
| LCH | lch(74.4 37.2 300.5) |
| OKLCH | oklch(0.787 0.096 293.5) |
Copy-ready code
/* CSS */
color: #bcaef2;
background-color: #bcaef2;
/* Tailwind (arbitrary) */
class="text-[#bcaef2] bg-[#bcaef2]"
/* SCSS */
$brand: #bcaef2;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.949)
/* Android */
Color.parseColor("#bcaef2")Accessibility — WCAG contrast
Aa
#bcaef2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaef2 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue94.9%
CMYK percentages
Cyan22.3%
Magenta28.1%
Yellow0.0%
Key (black)5.1%
Color previews
#bcaef2 text on a black background
contrast 10.47:1
Card sample
#bcaef2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaef2;
Background color
Panel with #bcaef2 background
background-color: #bcaef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaef2; background: linear-gradient(135deg, #bcaef2, #E9AEF2);