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