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