#bcebee
a light, vivid cyan · cool · closest name: skyblue
RGB
188, 235, 238
HSL
184°, 60%, 84%
CMYK
21, 1, 0, 7
Luminance
0.7628
Every format
| HEX | #bcebee |
| RGB | rgb(188, 235, 238) |
| HSL | hsl(184, 60%, 84%) |
| CMYK | cmyk(21%, 1%, 0%, 7%) |
| LAB | lab(90.0 -14.4 -6.4) |
| LCH | lch(90.0 15.7 204.1) |
| OKLCH | oklch(0.908 0.048 201.2) |
Copy-ready code
/* CSS */
color: #bcebee;
background-color: #bcebee;
/* Tailwind (arbitrary) */
class="text-[#bcebee] bg-[#bcebee]"
/* SCSS */
$brand: #bcebee;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#bcebee")Accessibility — WCAG contrast
Aa
#bcebee on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebee on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#bcebee text on a black background
contrast 16.26:1
Card sample
#bcebee text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebee;
Background color
Panel with #bcebee background
background-color: #bcebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebee; background: linear-gradient(135deg, #bcebee, #BCCAEE);