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