#bcdbf4
a light, vivid blue · cool · closest name: lavender
RGB
188, 219, 244
HSL
207°, 72%, 85%
CMYK
23, 10, 0, 4
Luminance
0.6789
Every format
| HEX | #bcdbf4 |
| RGB | rgb(188, 219, 244) |
| HSL | hsl(207, 72%, 85%) |
| CMYK | cmyk(23%, 10%, 0%, 4%) |
| LAB | lab(86.0 -4.9 -15.6) |
| LCH | lch(86.0 16.4 252.6) |
| OKLCH | oklch(0.877 0.048 242.5) |
Copy-ready code
/* CSS */
color: #bcdbf4;
background-color: #bcdbf4;
/* Tailwind (arbitrary) */
class="text-[#bcdbf4] bg-[#bcdbf4]"
/* SCSS */
$brand: #bcdbf4;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#bcdbf4")Accessibility — WCAG contrast
Aa
#bcdbf4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbf4 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#bcdbf4 text on a black background
contrast 14.58:1
Card sample
#bcdbf4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbf4;
Background color
Panel with #bcdbf4 background
background-color: #bcdbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbf4; background: linear-gradient(135deg, #bcdbf4, #C2BCF4);