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