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