#bcdffd
a pale, electric blue · cool · closest name: skyblue
RGB
188, 223, 253
HSL
208°, 94%, 87%
CMYK
26, 12, 0, 1
Luminance
0.7056
Every format
| HEX | #bcdffd |
| RGB | rgb(188, 223, 253) |
| HSL | hsl(208, 94%, 87%) |
| CMYK | cmyk(26%, 12%, 0%, 1%) |
| LAB | lab(87.3 -5.0 -18.4) |
| LCH | lch(87.3 19.0 254.9) |
| OKLCH | oklch(0.888 0.056 244.3) |
Copy-ready code
/* CSS */
color: #bcdffd;
background-color: #bcdffd;
/* Tailwind (arbitrary) */
class="text-[#bcdffd] bg-[#bcdffd]"
/* SCSS */
$brand: #bcdffd;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#bcdffd")Accessibility — WCAG contrast
Aa
#bcdffd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdffd on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bcdffd text on a black background
contrast 15.11:1
Card sample
#bcdffd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdffd;
Background color
Panel with #bcdffd background
background-color: #bcdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdffd; background: linear-gradient(135deg, #bcdffd, #C4BCFD);