#bcbdf9
a pale, electric blue · warm · closest name: plum
RGB
188, 189, 249
HSL
239°, 84%, 86%
CMYK
25, 24, 0, 2
Luminance
0.5393
Every format
| HEX | #bcbdf9 |
| RGB | rgb(188, 189, 249) |
| HSL | hsl(239, 84%, 86%) |
| CMYK | cmyk(25%, 24%, 0%, 2%) |
| LAB | lab(78.4 12.3 -29.7) |
| LCH | lch(78.4 32.1 292.5) |
| OKLCH | oklch(0.819 0.084 283.6) |
Copy-ready code
/* CSS */
color: #bcbdf9;
background-color: #bcbdf9;
/* Tailwind (arbitrary) */
class="text-[#bcbdf9] bg-[#bcbdf9]"
/* SCSS */
$brand: #bcbdf9;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#bcbdf9")Accessibility — WCAG contrast
Aa
#bcbdf9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdf9 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue97.6%
CMYK percentages
Cyan24.5%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#bcbdf9 text on a black background
contrast 11.79:1
Card sample
#bcbdf9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdf9;
Background color
Panel with #bcbdf9 background
background-color: #bcbdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdf9; background: linear-gradient(135deg, #bcbdf9, #E4BCF9);