#bbcee2
a light, soft blue · cool · closest name: lavender
RGB
187, 206, 226
HSL
211°, 40%, 81%
CMYK
17, 9, 0, 11
Luminance
0.6020
Every format
| HEX | #bbcee2 |
| RGB | rgb(187, 206, 226) |
| HSL | hsl(211, 40%, 81%) |
| CMYK | cmyk(17%, 9%, 0%, 11%) |
| LAB | lab(82.0 -2.3 -12.0) |
| LCH | lch(82.0 12.3 259.2) |
| OKLCH | oklch(0.843 0.035 249.6) |
Copy-ready code
/* CSS */
color: #bbcee2;
background-color: #bbcee2;
/* Tailwind (arbitrary) */
class="text-[#bbcee2] bg-[#bbcee2]"
/* SCSS */
$brand: #bbcee2;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#bbcee2")Accessibility — WCAG contrast
Aa
#bbcee2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcee2 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue88.6%
CMYK percentages
Cyan17.3%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#bbcee2 text on a black background
contrast 13.04:1
Card sample
#bbcee2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcee2;
Background color
Panel with #bbcee2 background
background-color: #bbcee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcee2; background: linear-gradient(135deg, #bbcee2, #C2BBE2);