#bcaefd
a light, electric blue · warm · closest name: plum
RGB
188, 174, 253
HSL
251°, 95%, 84%
CMYK
26, 31, 0, 1
Luminance
0.4806
Every format
| HEX | #bcaefd |
| RGB | rgb(188, 174, 253) |
| HSL | hsl(251, 95%, 84%) |
| CMYK | cmyk(26%, 31%, 0%, 1%) |
| LAB | lab(74.9 21.5 -37.3) |
| LCH | lch(74.9 43.1 299.9) |
| OKLCH | oklch(0.791 0.111 291.8) |
Copy-ready code
/* CSS */
color: #bcaefd;
background-color: #bcaefd;
/* Tailwind (arbitrary) */
class="text-[#bcaefd] bg-[#bcaefd]"
/* SCSS */
$brand: #bcaefd;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#bcaefd")Accessibility — WCAG contrast
Aa
#bcaefd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaefd on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bcaefd text on a black background
contrast 10.61:1
Card sample
#bcaefd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaefd;
Background color
Panel with #bcaefd background
background-color: #bcaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaefd; background: linear-gradient(135deg, #bcaefd, #F1AEFD);