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