#bcbdef
a light, vivid blue · warm · closest name: lavender
RGB
188, 189, 239
HSL
239°, 61%, 84%
CMYK
21, 21, 0, 6
Luminance
0.5332
Every format
| HEX | #bcbdef |
| RGB | rgb(188, 189, 239) |
| HSL | hsl(239, 61%, 84%) |
| CMYK | cmyk(21%, 21%, 0%, 6%) |
| LAB | lab(78.1 10.0 -24.9) |
| LCH | lch(78.1 26.8 291.9) |
| OKLCH | oklch(0.815 0.070 283.8) |
Copy-ready code
/* CSS */
color: #bcbdef;
background-color: #bcbdef;
/* Tailwind (arbitrary) */
class="text-[#bcbdef] bg-[#bcbdef]"
/* SCSS */
$brand: #bcbdef;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#bcbdef")Accessibility — WCAG contrast
Aa
#bcbdef on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdef on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#bcbdef text on a black background
contrast 11.66:1
Card sample
#bcbdef text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdef;
Background color
Panel with #bcbdef background
background-color: #bcbdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdef; background: linear-gradient(135deg, #bcbdef, #DDBCEF);