#bcebfc
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 235, 252
HSL
196°, 91%, 86%
CMYK
25, 7, 0, 1
Luminance
0.7714
Every format
| HEX | #bcebfc |
| RGB | rgb(188, 235, 252) |
| HSL | hsl(196, 91%, 86%) |
| CMYK | cmyk(25%, 7%, 0%, 1%) |
| LAB | lab(90.4 -11.3 -13.2) |
| LCH | lch(90.4 17.4 229.3) |
| OKLCH | oklch(0.913 0.054 221.9) |
Copy-ready code
/* CSS */
color: #bcebfc;
background-color: #bcebfc;
/* Tailwind (arbitrary) */
class="text-[#bcebfc] bg-[#bcebfc]"
/* SCSS */
$brand: #bcebfc;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#bcebfc")Accessibility — WCAG contrast
Aa
#bcebfc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebfc on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#bcebfc text on a black background
contrast 16.43:1
Card sample
#bcebfc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebfc;
Background color
Panel with #bcebfc background
background-color: #bcebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebfc; background: linear-gradient(135deg, #bcebfc, #BCC0FC);