#bcf8fd
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 248, 253
HSL
185°, 94%, 87%
CMYK
26, 2, 0, 1
Luminance
0.8492
Every format
| HEX | #bcf8fd |
| RGB | rgb(188, 248, 253) |
| HSL | hsl(185, 94%, 87%) |
| CMYK | cmyk(26%, 2%, 0%, 1%) |
| LAB | lab(93.8 -17.6 -8.5) |
| LCH | lch(93.8 19.6 205.8) |
| OKLCH | oklch(0.940 0.060 202.6) |
Copy-ready code
/* CSS */
color: #bcf8fd;
background-color: #bcf8fd;
/* Tailwind (arbitrary) */
class="text-[#bcf8fd] bg-[#bcf8fd]"
/* SCSS */
$brand: #bcf8fd;
/* SwiftUI */
Color(red: 0.737, green: 0.973, blue: 0.992)
/* Android */
Color.parseColor("#bcf8fd")Accessibility — WCAG contrast
Aa
#bcf8fd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf8fd on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.3%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta2.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bcf8fd text on a black background
contrast 17.98:1
Card sample
#bcf8fd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf8fd;
Background color
Panel with #bcf8fd background
background-color: #bcf8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 248, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 248, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf8fd; background: linear-gradient(135deg, #bcf8fd, #BCCDFD);