#bcebff
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 235, 255
HSL
198°, 100%, 87%
CMYK
26, 8, 0, 0
Luminance
0.7733
Every format
| HEX | #bcebff |
| RGB | rgb(188, 235, 255) |
| HSL | hsl(198, 100%, 87%) |
| CMYK | cmyk(26%, 8%, 0%, 0%) |
| LAB | lab(90.5 -10.7 -14.6) |
| LCH | lch(90.5 18.1 233.8) |
| OKLCH | oklch(0.914 0.056 225.7) |
Copy-ready code
/* CSS */
color: #bcebff;
background-color: #bcebff;
/* Tailwind (arbitrary) */
class="text-[#bcebff] bg-[#bcebff]"
/* SCSS */
$brand: #bcebff;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#bcebff")Accessibility — WCAG contrast
Aa
#bcebff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebff on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#bcebff text on a black background
contrast 16.47:1
Card sample
#bcebff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebff;
Background color
Panel with #bcebff background
background-color: #bcebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebff; background: linear-gradient(135deg, #bcebff, #BCBFFF);