#bbecfd
a pale, electric cyan · cool · closest name: skyblue
RGB
187, 236, 253
HSL
196°, 94%, 86%
CMYK
26, 7, 0, 1
Luminance
0.7765
Every format
| HEX | #bbecfd |
| RGB | rgb(187, 236, 253) |
| HSL | hsl(196, 94%, 86%) |
| CMYK | cmyk(26%, 7%, 0%, 1%) |
| LAB | lab(90.6 -11.9 -13.3) |
| LCH | lch(90.6 17.9 228.2) |
| OKLCH | oklch(0.914 0.055 221.1) |
Copy-ready code
/* CSS */
color: #bbecfd;
background-color: #bbecfd;
/* Tailwind (arbitrary) */
class="text-[#bbecfd] bg-[#bbecfd]"
/* SCSS */
$brand: #bbecfd;
/* SwiftUI */
Color(red: 0.733, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#bbecfd")Accessibility — WCAG contrast
Aa
#bbecfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbecfd on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green92.5%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bbecfd text on a black background
contrast 16.53:1
Card sample
#bbecfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbecfd;
Background color
Panel with #bbecfd background
background-color: #bbecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbecfd; background: linear-gradient(135deg, #bbecfd, #BBC0FD);