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