#bbc7ee
a light, vivid blue · warm · closest name: lavender
RGB
187, 199, 238
HSL
226°, 60%, 83%
CMYK
21, 16, 0, 7
Luminance
0.5758
Every format
| HEX | #bbc7ee |
| RGB | rgb(187, 199, 238) |
| HSL | hsl(226, 60%, 83%) |
| CMYK | cmyk(21%, 16%, 0%, 7%) |
| LAB | lab(80.5 4.0 -20.6) |
| LCH | lch(80.5 21.0 281.1) |
| OKLCH | oklch(0.833 0.056 271.7) |
Copy-ready code
/* CSS */
color: #bbc7ee;
background-color: #bbc7ee;
/* Tailwind (arbitrary) */
class="text-[#bbc7ee] bg-[#bbc7ee]"
/* SCSS */
$brand: #bbc7ee;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.933)
/* Android */
Color.parseColor("#bbc7ee")Accessibility — WCAG contrast
Aa
#bbc7ee on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7ee on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta16.4%
Yellow0.0%
Key (black)6.7%
Color previews
#bbc7ee text on a black background
contrast 12.52:1
Card sample
#bbc7ee text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7ee;
Background color
Panel with #bbc7ee background
background-color: #bbc7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7ee; background: linear-gradient(135deg, #bbc7ee, #D1BBEE);