#bbcbee
a light, vivid blue · cool · closest name: lavender
RGB
187, 203, 238
HSL
221°, 60%, 83%
CMYK
21, 15, 0, 7
Luminance
0.5945
Every format
| HEX | #bbcbee |
| RGB | rgb(187, 203, 238) |
| HSL | hsl(221, 60%, 83%) |
| CMYK | cmyk(21%, 15%, 0%, 7%) |
| LAB | lab(81.5 1.9 -19.1) |
| LCH | lch(81.5 19.2 275.7) |
| OKLCH | oklch(0.841 0.052 265.9) |
Copy-ready code
/* CSS */
color: #bbcbee;
background-color: #bbcbee;
/* Tailwind (arbitrary) */
class="text-[#bbcbee] bg-[#bbcbee]"
/* SCSS */
$brand: #bbcbee;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#bbcbee")Accessibility — WCAG contrast
Aa
#bbcbee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcbee on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bbcbee text on a black background
contrast 12.89:1
Card sample
#bbcbee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcbee;
Background color
Panel with #bbcbee background
background-color: #bbcbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcbee; background: linear-gradient(135deg, #bbcbee, #CDBBEE);