#bcecf4
a light, vivid cyan · cool · closest name: skyblue
RGB
188, 236, 244
HSL
189°, 72%, 85%
CMYK
23, 3, 0, 4
Luminance
0.7721
Every format
| HEX | #bcecf4 |
| RGB | rgb(188, 236, 244) |
| HSL | hsl(189, 72%, 85%) |
| CMYK | cmyk(23%, 3%, 0%, 4%) |
| LAB | lab(90.4 -13.6 -8.9) |
| LCH | lch(90.4 16.3 213.3) |
| OKLCH | oklch(0.912 0.050 208.8) |
Copy-ready code
/* CSS */
color: #bcecf4;
background-color: #bcecf4;
/* Tailwind (arbitrary) */
class="text-[#bcecf4] bg-[#bcecf4]"
/* SCSS */
$brand: #bcecf4;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#bcecf4")Accessibility — WCAG contrast
Aa
#bcecf4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecf4 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#bcecf4 text on a black background
contrast 16.44:1
Card sample
#bcecf4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecf4;
Background color
Panel with #bcecf4 background
background-color: #bcecf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecf4; background: linear-gradient(135deg, #bcecf4, #BCC7F4);