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