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