#bbc1ee
a light, vivid blue · warm · closest name: lavender
RGB
187, 193, 238
HSL
233°, 60%, 83%
CMYK
21, 19, 0, 7
Luminance
0.5488
Every format
| HEX | #bbc1ee |
| RGB | rgb(187, 193, 238) |
| HSL | hsl(233, 60%, 83%) |
| CMYK | cmyk(21%, 19%, 0%, 7%) |
| LAB | lab(79.0 7.3 -22.9) |
| LCH | lch(79.0 24.1 287.6) |
| OKLCH | oklch(0.821 0.064 278.9) |
Copy-ready code
/* CSS */
color: #bbc1ee;
background-color: #bbc1ee;
/* Tailwind (arbitrary) */
class="text-[#bbc1ee] bg-[#bbc1ee]"
/* SCSS */
$brand: #bbc1ee;
/* SwiftUI */
Color(red: 0.733, green: 0.757, blue: 0.933)
/* Android */
Color.parseColor("#bbc1ee")Accessibility — WCAG contrast
Aa
#bbc1ee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc1ee on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green75.7%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta18.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bbc1ee text on a black background
contrast 11.98:1
Card sample
#bbc1ee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc1ee;
Background color
Panel with #bbc1ee background
background-color: #bbc1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 193, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 193, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc1ee; background: linear-gradient(135deg, #bbc1ee, #D7BBEE);