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