#bbdfff
a pale, electric blue · cool · closest name: skyblue
RGB
187, 223, 255
HSL
208°, 100%, 87%
CMYK
27, 13, 0, 0
Luminance
0.7056
Every format
| HEX | #bbdfff |
| RGB | rgb(187, 223, 255) |
| HSL | hsl(208, 100%, 87%) |
| CMYK | cmyk(27%, 13%, 0%, 0%) |
| LAB | lab(87.3 -4.8 -19.4) |
| LCH | lch(87.3 20.0 256.2) |
| OKLCH | oklch(0.888 0.058 245.4) |
Copy-ready code
/* CSS */
color: #bbdfff;
background-color: #bbdfff;
/* Tailwind (arbitrary) */
class="text-[#bbdfff] bg-[#bbdfff]"
/* SCSS */
$brand: #bbdfff;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#bbdfff")Accessibility — WCAG contrast
Aa
#bbdfff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdfff on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bbdfff text on a black background
contrast 15.11:1
Card sample
#bbdfff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdfff;
Background color
Panel with #bbdfff background
background-color: #bbdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdfff; background: linear-gradient(135deg, #bbdfff, #C4BBFF);