#bbddf4
a light, vivid blue · cool · closest name: lavender
RGB
187, 221, 244
HSL
204°, 72%, 85%
CMYK
23, 9, 0, 4
Luminance
0.6881
Every format
| HEX | #bbddf4 |
| RGB | rgb(187, 221, 244) |
| HSL | hsl(204, 72%, 85%) |
| CMYK | cmyk(23%, 9%, 0%, 4%) |
| LAB | lab(86.4 -6.2 -14.9) |
| LCH | lch(86.4 16.2 247.4) |
| OKLCH | oklch(0.880 0.048 237.7) |
Copy-ready code
/* CSS */
color: #bbddf4;
background-color: #bbddf4;
/* Tailwind (arbitrary) */
class="text-[#bbddf4] bg-[#bbddf4]"
/* SCSS */
$brand: #bbddf4;
/* SwiftUI */
Color(red: 0.733, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#bbddf4")Accessibility — WCAG contrast
Aa
#bbddf4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbddf4 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.7%
Blue95.7%
CMYK percentages
Cyan23.4%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#bbddf4 text on a black background
contrast 14.76:1
Card sample
#bbddf4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbddf4;
Background color
Panel with #bbddf4 background
background-color: #bbddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbddf4; background: linear-gradient(135deg, #bbddf4, #BFBBF4);