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