#bbceef
a light, vivid blue · cool · closest name: lavender
RGB
187, 206, 239
HSL
218°, 62%, 84%
CMYK
22, 14, 0, 6
Luminance
0.6094
Every format
| HEX | #bbceef |
| RGB | rgb(187, 206, 239) |
| HSL | hsl(218, 62%, 84%) |
| CMYK | cmyk(22%, 14%, 0%, 6%) |
| LAB | lab(82.3 0.5 -18.4) |
| LCH | lch(82.3 18.4 271.7) |
| OKLCH | oklch(0.848 0.051 261.5) |
Copy-ready code
/* CSS */
color: #bbceef;
background-color: #bbceef;
/* Tailwind (arbitrary) */
class="text-[#bbceef] bg-[#bbceef]"
/* SCSS */
$brand: #bbceef;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#bbceef")Accessibility — WCAG contrast
Aa
#bbceef on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbceef on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue93.7%
CMYK percentages
Cyan21.8%
Magenta13.8%
Yellow0.0%
Key (black)6.3%
Color previews
#bbceef text on a black background
contrast 13.19:1
Card sample
#bbceef text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbceef;
Background color
Panel with #bbceef background
background-color: #bbceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbceef; background: linear-gradient(135deg, #bbceef, #CBBBEF);