#bbcdf1
a light, vivid blue · cool · closest name: lavender
RGB
187, 205, 241
HSL
220°, 66%, 84%
CMYK
22, 15, 0, 6
Luminance
0.6058
Every format
| HEX | #bbcdf1 |
| RGB | rgb(187, 205, 241) |
| HSL | hsl(220, 66%, 84%) |
| CMYK | cmyk(22%, 15%, 0%, 6%) |
| LAB | lab(82.2 1.5 -19.7) |
| LCH | lch(82.2 19.8 274.4) |
| OKLCH | oklch(0.847 0.054 264.2) |
Copy-ready code
/* CSS */
color: #bbcdf1;
background-color: #bbcdf1;
/* Tailwind (arbitrary) */
class="text-[#bbcdf1] bg-[#bbcdf1]"
/* SCSS */
$brand: #bbcdf1;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#bbcdf1")Accessibility — WCAG contrast
Aa
#bbcdf1 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcdf1 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue94.5%
CMYK percentages
Cyan22.4%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#bbcdf1 text on a black background
contrast 13.12:1
Card sample
#bbcdf1 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcdf1;
Background color
Panel with #bbcdf1 background
background-color: #bbcdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcdf1; background: linear-gradient(135deg, #bbcdf1, #CDBBF1);