#bbddfd
a pale, electric blue · cool · closest name: skyblue
RGB
187, 221, 253
HSL
209°, 94%, 86%
CMYK
26, 13, 0, 1
Luminance
0.6937
Every format
| HEX | #bbddfd |
| RGB | rgb(187, 221, 253) |
| HSL | hsl(209, 94%, 86%) |
| CMYK | cmyk(26%, 13%, 0%, 1%) |
| LAB | lab(86.7 -4.2 -19.2) |
| LCH | lch(86.7 19.7 257.7) |
| OKLCH | oklch(0.883 0.057 246.9) |
Copy-ready code
/* CSS */
color: #bbddfd;
background-color: #bbddfd;
/* Tailwind (arbitrary) */
class="text-[#bbddfd] bg-[#bbddfd]"
/* SCSS */
$brand: #bbddfd;
/* SwiftUI */
Color(red: 0.733, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#bbddfd")Accessibility — WCAG contrast
Aa
#bbddfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbddfd on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.7%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bbddfd text on a black background
contrast 14.87:1
Card sample
#bbddfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbddfd;
Background color
Panel with #bbddfd background
background-color: #bbddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbddfd; background: linear-gradient(135deg, #bbddfd, #C5BBFD);