#bbddf2
a light, vivid blue · cool · closest name: lavender
RGB
187, 221, 242
HSL
203°, 68%, 84%
CMYK
23, 9, 0, 5
Luminance
0.6869
Every format
| HEX | #bbddf2 |
| RGB | rgb(187, 221, 242) |
| HSL | hsl(203, 68%, 84%) |
| CMYK | cmyk(23%, 9%, 0%, 5%) |
| LAB | lab(86.3 -6.7 -13.9) |
| LCH | lch(86.3 15.5 244.5) |
| OKLCH | oklch(0.880 0.046 235.2) |
Copy-ready code
/* CSS */
color: #bbddf2;
background-color: #bbddf2;
/* Tailwind (arbitrary) */
class="text-[#bbddf2] bg-[#bbddf2]"
/* SCSS */
$brand: #bbddf2;
/* SwiftUI */
Color(red: 0.733, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#bbddf2")Accessibility — WCAG contrast
Aa
#bbddf2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbddf2 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.7%
Blue94.9%
CMYK percentages
Cyan22.7%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#bbddf2 text on a black background
contrast 14.74:1
Card sample
#bbddf2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbddf2;
Background color
Panel with #bbddf2 background
background-color: #bbddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbddf2; background: linear-gradient(135deg, #bbddf2, #BEBBF2);