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