#bcbee7
a light, vivid blue · warm · closest name: lavender
RGB
188, 190, 231
HSL
237°, 47%, 82%
CMYK
19, 18, 0, 9
Luminance
0.5329
Every format
| HEX | #bcbee7 |
| RGB | rgb(188, 190, 231) |
| HSL | hsl(237, 47%, 82%) |
| CMYK | cmyk(19%, 18%, 0%, 9%) |
| LAB | lab(78.0 7.7 -20.6) |
| LCH | lch(78.0 22.0 290.4) |
| OKLCH | oklch(0.814 0.058 282.8) |
Copy-ready code
/* CSS */
color: #bcbee7;
background-color: #bcbee7;
/* Tailwind (arbitrary) */
class="text-[#bcbee7] bg-[#bcbee7]"
/* SCSS */
$brand: #bcbee7;
/* SwiftUI */
Color(red: 0.737, green: 0.745, blue: 0.906)
/* Android */
Color.parseColor("#bcbee7")Accessibility — WCAG contrast
Aa
#bcbee7 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbee7 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.5%
Blue90.6%
CMYK percentages
Cyan18.6%
Magenta17.7%
Yellow0.0%
Key (black)9.4%
Color previews
#bcbee7 text on a black background
contrast 11.66:1
Card sample
#bcbee7 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbee7;
Background color
Panel with #bcbee7 background
background-color: #bcbee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 190, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 190, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbee7; background: linear-gradient(135deg, #bcbee7, #D7BCE7);