#bbceeb
a light, vivid blue · cool · closest name: lavender
RGB
187, 206, 235
HSL
216°, 55%, 83%
CMYK
20, 12, 0, 8
Luminance
0.6071
Every format
| HEX | #bbceeb |
| RGB | rgb(187, 206, 235) |
| HSL | hsl(216, 55%, 83%) |
| CMYK | cmyk(20%, 12%, 0%, 8%) |
| LAB | lab(82.2 -0.3 -16.4) |
| LCH | lch(82.2 16.4 268.8) |
| OKLCH | oklch(0.847 0.046 258.8) |
Copy-ready code
/* CSS */
color: #bbceeb;
background-color: #bbceeb;
/* Tailwind (arbitrary) */
class="text-[#bbceeb] bg-[#bbceeb]"
/* SCSS */
$brand: #bbceeb;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#bbceeb")Accessibility — WCAG contrast
Aa
#bbceeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbceeb on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bbceeb text on a black background
contrast 13.14:1
Card sample
#bbceeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbceeb;
Background color
Panel with #bbceeb background
background-color: #bbceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbceeb; background: linear-gradient(135deg, #bbceeb, #C8BBEB);