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