#bcbdf3
a light, vivid blue · warm · closest name: plum
RGB
188, 189, 243
HSL
239°, 70%, 85%
CMYK
23, 22, 0, 5
Luminance
0.5356
Every format
| HEX | #bcbdf3 |
| RGB | rgb(188, 189, 243) |
| HSL | hsl(239, 70%, 85%) |
| CMYK | cmyk(23%, 22%, 0%, 5%) |
| LAB | lab(78.2 10.9 -26.8) |
| LCH | lch(78.2 28.9 292.1) |
| OKLCH | oklch(0.816 0.076 283.8) |
Copy-ready code
/* CSS */
color: #bcbdf3;
background-color: #bcbdf3;
/* Tailwind (arbitrary) */
class="text-[#bcbdf3] bg-[#bcbdf3]"
/* SCSS */
$brand: #bcbdf3;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#bcbdf3")Accessibility — WCAG contrast
Aa
#bcbdf3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdf3 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#bcbdf3 text on a black background
contrast 11.71:1
Card sample
#bcbdf3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdf3;
Background color
Panel with #bcbdf3 background
background-color: #bcbdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdf3; background: linear-gradient(135deg, #bcbdf3, #E0BCF3);