#bbcee8
a light, vivid blue · cool · closest name: lavender
RGB
187, 206, 232
HSL
215°, 50%, 82%
CMYK
19, 11, 0, 9
Luminance
0.6053
Every format
| HEX | #bbcee8 |
| RGB | rgb(187, 206, 232) |
| HSL | hsl(215, 50%, 82%) |
| CMYK | cmyk(19%, 11%, 0%, 9%) |
| LAB | lab(82.1 -1.0 -15.0) |
| LCH | lch(82.1 15.0 266.2) |
| OKLCH | oklch(0.845 0.042 256.3) |
Copy-ready code
/* CSS */
color: #bbcee8;
background-color: #bbcee8;
/* Tailwind (arbitrary) */
class="text-[#bbcee8] bg-[#bbcee8]"
/* SCSS */
$brand: #bbcee8;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.910)
/* Android */
Color.parseColor("#bbcee8")Accessibility — WCAG contrast
Aa
#bbcee8 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcee8 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue91.0%
CMYK percentages
Cyan19.4%
Magenta11.2%
Yellow0.0%
Key (black)9.0%
Color previews
#bbcee8 text on a black background
contrast 13.11:1
Card sample
#bbcee8 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcee8;
Background color
Panel with #bbcee8 background
background-color: #bbcee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcee8; background: linear-gradient(135deg, #bbcee8, #C6BBE8);