#bbddf0
a light, vivid blue · cool · closest name: lavender
RGB
187, 221, 240
HSL
202°, 64%, 84%
CMYK
22, 8, 0, 6
Luminance
0.6857
Every format
| HEX | #bbddf0 |
| RGB | rgb(187, 221, 240) |
| HSL | hsl(202, 64%, 84%) |
| CMYK | cmyk(22%, 8%, 0%, 6%) |
| LAB | lab(86.3 -7.1 -13.0) |
| LCH | lch(86.3 14.8 241.3) |
| OKLCH | oklch(0.879 0.044 232.4) |
Copy-ready code
/* CSS */
color: #bbddf0;
background-color: #bbddf0;
/* Tailwind (arbitrary) */
class="text-[#bbddf0] bg-[#bbddf0]"
/* SCSS */
$brand: #bbddf0;
/* SwiftUI */
Color(red: 0.733, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#bbddf0")Accessibility — WCAG contrast
Aa
#bbddf0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbddf0 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.7%
Blue94.1%
CMYK percentages
Cyan22.1%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#bbddf0 text on a black background
contrast 14.71:1
Card sample
#bbddf0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbddf0;
Background color
Panel with #bbddf0 background
background-color: #bbddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbddf0; background: linear-gradient(135deg, #bbddf0, #BCBBF0);