#bbdbeb
a light, vivid blue · cool · closest name: lavender
RGB
187, 219, 235
HSL
200°, 55%, 83%
CMYK
20, 7, 0, 8
Luminance
0.6723
Every format
| HEX | #bbdbeb |
| RGB | rgb(187, 219, 235) |
| HSL | hsl(200, 55%, 83%) |
| CMYK | cmyk(20%, 7%, 0%, 8%) |
| LAB | lab(85.6 -7.2 -11.3) |
| LCH | lch(85.6 13.4 237.8) |
| OKLCH | oklch(0.873 0.041 229.5) |
Copy-ready code
/* CSS */
color: #bbdbeb;
background-color: #bbdbeb;
/* Tailwind (arbitrary) */
class="text-[#bbdbeb] bg-[#bbdbeb]"
/* SCSS */
$brand: #bbdbeb;
/* SwiftUI */
Color(red: 0.733, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#bbdbeb")Accessibility — WCAG contrast
Aa
#bbdbeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdbeb on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green85.9%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bbdbeb text on a black background
contrast 14.45:1
Card sample
#bbdbeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdbeb;
Background color
Panel with #bbdbeb background
background-color: #bbdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdbeb; background: linear-gradient(135deg, #bbdbeb, #BBBBEB);