#bcebfa
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 235, 250
HSL
195°, 86%, 86%
CMYK
25, 6, 0, 2
Luminance
0.7701
Every format
| HEX | #bcebfa |
| RGB | rgb(188, 235, 250) |
| HSL | hsl(195, 86%, 86%) |
| CMYK | cmyk(25%, 6%, 0%, 2%) |
| LAB | lab(90.3 -11.8 -12.2) |
| LCH | lch(90.3 16.9 226.0) |
| OKLCH | oklch(0.912 0.052 219.3) |
Copy-ready code
/* CSS */
color: #bcebfa;
background-color: #bcebfa;
/* Tailwind (arbitrary) */
class="text-[#bcebfa] bg-[#bcebfa]"
/* SCSS */
$brand: #bcebfa;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#bcebfa")Accessibility — WCAG contrast
Aa
#bcebfa on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebfa on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue98.0%
CMYK percentages
Cyan24.8%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#bcebfa text on a black background
contrast 16.40:1
Card sample
#bcebfa text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebfa;
Background color
Panel with #bcebfa background
background-color: #bcebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebfa; background: linear-gradient(135deg, #bcebfa, #BCC2FA);