#bcbdf5
a light, vivid blue · warm · closest name: plum
RGB
188, 189, 245
HSL
239°, 74%, 85%
CMYK
23, 23, 0, 4
Luminance
0.5368
Every format
| HEX | #bcbdf5 |
| RGB | rgb(188, 189, 245) |
| HSL | hsl(239, 74%, 85%) |
| CMYK | cmyk(23%, 23%, 0%, 4%) |
| LAB | lab(78.3 11.3 -27.8) |
| LCH | lch(78.3 30.0 292.2) |
| OKLCH | oklch(0.817 0.079 283.7) |
Copy-ready code
/* CSS */
color: #bcbdf5;
background-color: #bcbdf5;
/* Tailwind (arbitrary) */
class="text-[#bcbdf5] bg-[#bcbdf5]"
/* SCSS */
$brand: #bcbdf5;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.961)
/* Android */
Color.parseColor("#bcbdf5")Accessibility — WCAG contrast
Aa
#bcbdf5 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdf5 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue96.1%
CMYK percentages
Cyan23.3%
Magenta22.9%
Yellow0.0%
Key (black)3.9%
Color previews
#bcbdf5 text on a black background
contrast 11.74:1
Card sample
#bcbdf5 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdf5;
Background color
Panel with #bcbdf5 background
background-color: #bcbdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdf5; background: linear-gradient(135deg, #bcbdf5, #E1BCF5);