#bcf5fd
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 245, 253
HSL
187°, 94%, 87%
CMYK
26, 3, 0, 1
Luminance
0.8309
Every format
| HEX | #bcf5fd |
| RGB | rgb(188, 245, 253) |
| HSL | hsl(187, 94%, 87%) |
| CMYK | cmyk(26%, 3%, 0%, 1%) |
| LAB | lab(93.0 -16.1 -9.7) |
| LCH | lch(93.0 18.8 211.0) |
| OKLCH | oklch(0.934 0.059 206.9) |
Copy-ready code
/* CSS */
color: #bcf5fd;
background-color: #bcf5fd;
/* Tailwind (arbitrary) */
class="text-[#bcf5fd] bg-[#bcf5fd]"
/* SCSS */
$brand: #bcf5fd;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.992)
/* Android */
Color.parseColor("#bcf5fd")Accessibility — WCAG contrast
Aa
#bcf5fd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf5fd on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta3.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bcf5fd text on a black background
contrast 17.62:1
Card sample
#bcf5fd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf5fd;
Background color
Panel with #bcf5fd background
background-color: #bcf5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf5fd; background: linear-gradient(135deg, #bcf5fd, #BCCAFD);