#bbecf1
a light, vivid cyan · cool · closest name: skyblue
RGB
187, 236, 241
HSL
186°, 66%, 84%
CMYK
22, 2, 0, 6
Luminance
0.7691
Every format
| HEX | #bbecf1 |
| RGB | rgb(187, 236, 241) |
| HSL | hsl(186, 66%, 84%) |
| CMYK | cmyk(22%, 2%, 0%, 6%) |
| LAB | lab(90.3 -14.5 -7.6) |
| LCH | lch(90.3 16.4 207.5) |
| OKLCH | oklch(0.911 0.051 204.0) |
Copy-ready code
/* CSS */
color: #bbecf1;
background-color: #bbecf1;
/* Tailwind (arbitrary) */
class="text-[#bbecf1] bg-[#bbecf1]"
/* SCSS */
$brand: #bbecf1;
/* SwiftUI */
Color(red: 0.733, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#bbecf1")Accessibility — WCAG contrast
Aa
#bbecf1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbecf1 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green92.5%
Blue94.5%
CMYK percentages
Cyan22.4%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#bbecf1 text on a black background
contrast 16.38:1
Card sample
#bbecf1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbecf1;
Background color
Panel with #bbecf1 background
background-color: #bbecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbecf1; background: linear-gradient(135deg, #bbecf1, #BBC8F1);