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