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