#bcecf1
a light, vivid cyan · cool · closest name: skyblue
RGB
188, 236, 241
HSL
186°, 65%, 84%
CMYK
22, 2, 0, 6
Luminance
0.7703
Every format
| HEX | #bcecf1 |
| RGB | rgb(188, 236, 241) |
| HSL | hsl(186, 65%, 84%) |
| CMYK | cmyk(22%, 2%, 0%, 6%) |
| LAB | lab(90.3 -14.2 -7.5) |
| LCH | lch(90.3 16.1 207.7) |
| OKLCH | oklch(0.911 0.050 204.2) |
Copy-ready code
/* CSS */
color: #bcecf1;
background-color: #bcecf1;
/* Tailwind (arbitrary) */
class="text-[#bcecf1] bg-[#bcecf1]"
/* SCSS */
$brand: #bcecf1;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#bcecf1")Accessibility — WCAG contrast
Aa
#bcecf1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecf1 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#bcecf1 text on a black background
contrast 16.41:1
Card sample
#bcecf1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecf1;
Background color
Panel with #bcecf1 background
background-color: #bcecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecf1; background: linear-gradient(135deg, #bcecf1, #BCC9F1);