#bcdbfe
a pale, electric blue · cool · closest name: lavender
RGB
188, 219, 254
HSL
212°, 97%, 87%
CMYK
26, 14, 0, 0
Luminance
0.6851
Every format
| HEX | #bcdbfe |
| RGB | rgb(188, 219, 254) |
| HSL | hsl(212, 97%, 87%) |
| CMYK | cmyk(26%, 14%, 0%, 0%) |
| LAB | lab(86.3 -2.6 -20.4) |
| LCH | lch(86.3 20.6 262.7) |
| OKLCH | oklch(0.880 0.059 251.6) |
Copy-ready code
/* CSS */
color: #bcdbfe;
background-color: #bcdbfe;
/* Tailwind (arbitrary) */
class="text-[#bcdbfe] bg-[#bcdbfe]"
/* SCSS */
$brand: #bcdbfe;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#bcdbfe")Accessibility — WCAG contrast
Aa
#bcdbfe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbfe on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#bcdbfe text on a black background
contrast 14.70:1
Card sample
#bcdbfe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbfe;
Background color
Panel with #bcdbfe background
background-color: #bcdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbfe; background: linear-gradient(135deg, #bcdbfe, #C9BCFE);