#bbcef4
a light, vivid blue · cool · closest name: lavender
RGB
187, 206, 244
HSL
220°, 72%, 85%
CMYK
23, 16, 0, 4
Luminance
0.6124
Every format
| HEX | #bbcef4 |
| RGB | rgb(187, 206, 244) |
| HSL | hsl(220, 72%, 85%) |
| CMYK | cmyk(23%, 16%, 0%, 4%) |
| LAB | lab(82.5 1.7 -20.8) |
| LCH | lch(82.5 20.9 274.6) |
| OKLCH | oklch(0.850 0.057 264.2) |
Copy-ready code
/* CSS */
color: #bbcef4;
background-color: #bbcef4;
/* Tailwind (arbitrary) */
class="text-[#bbcef4] bg-[#bbcef4]"
/* SCSS */
$brand: #bbcef4;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#bbcef4")Accessibility — WCAG contrast
Aa
#bbcef4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcef4 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue95.7%
CMYK percentages
Cyan23.4%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#bbcef4 text on a black background
contrast 13.25:1
Card sample
#bbcef4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcef4;
Background color
Panel with #bbcef4 background
background-color: #bbcef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcef4; background: linear-gradient(135deg, #bbcef4, #CEBBF4);