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