#bcdbfc
a pale, electric blue · cool · closest name: lavender
RGB
188, 219, 252
HSL
211°, 91%, 86%
CMYK
25, 13, 0, 1
Luminance
0.6838
Every format
| HEX | #bcdbfc |
| RGB | rgb(188, 219, 252) |
| HSL | hsl(211, 91%, 86%) |
| CMYK | cmyk(25%, 13%, 0%, 1%) |
| LAB | lab(86.2 -3.1 -19.4) |
| LCH | lch(86.2 19.7 261.0) |
| OKLCH | oklch(0.880 0.057 250.1) |
Copy-ready code
/* CSS */
color: #bcdbfc;
background-color: #bcdbfc;
/* Tailwind (arbitrary) */
class="text-[#bcdbfc] bg-[#bcdbfc]"
/* SCSS */
$brand: #bcdbfc;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#bcdbfc")Accessibility — WCAG contrast
Aa
#bcdbfc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbfc on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#bcdbfc text on a black background
contrast 14.68:1
Card sample
#bcdbfc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbfc;
Background color
Panel with #bcdbfc background
background-color: #bcdbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbfc; background: linear-gradient(135deg, #bcdbfc, #C8BCFC);