#bbcfee
a light, vivid blue · cool · closest name: lavender
RGB
187, 207, 238
HSL
217°, 60%, 83%
CMYK
21, 13, 0, 7
Luminance
0.6136
Every format
| HEX | #bbcfee |
| RGB | rgb(187, 207, 238) |
| HSL | hsl(217, 60%, 83%) |
| CMYK | cmyk(21%, 13%, 0%, 7%) |
| LAB | lab(82.6 -0.2 -17.5) |
| LCH | lch(82.6 17.5 269.3) |
| OKLCH | oklch(0.850 0.049 259.1) |
Copy-ready code
/* CSS */
color: #bbcfee;
background-color: #bbcfee;
/* Tailwind (arbitrary) */
class="text-[#bbcfee] bg-[#bbcfee]"
/* SCSS */
$brand: #bbcfee;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#bbcfee")Accessibility — WCAG contrast
Aa
#bbcfee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfee on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#bbcfee text on a black background
contrast 13.27:1
Card sample
#bbcfee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfee;
Background color
Panel with #bbcfee background
background-color: #bbcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfee; background: linear-gradient(135deg, #bbcfee, #C9BBEE);