#bbcad8
a light, soft blue · cool · closest name: silver
RGB
187, 202, 216
HSL
209°, 27%, 79%
CMYK
13, 7, 0, 15
Luminance
0.5776
Every format
| HEX | #bbcad8 |
| RGB | rgb(187, 202, 216) |
| HSL | hsl(209, 27%, 79%) |
| CMYK | cmyk(13%, 7%, 0%, 15%) |
| LAB | lab(80.6 -2.3 -8.7) |
| LCH | lch(80.6 9.0 255.3) |
| OKLCH | oklch(0.832 0.026 246.3) |
Copy-ready code
/* CSS */
color: #bbcad8;
background-color: #bbcad8;
/* Tailwind (arbitrary) */
class="text-[#bbcad8] bg-[#bbcad8]"
/* SCSS */
$brand: #bbcad8;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.847)
/* Android */
Color.parseColor("#bbcad8")Accessibility — WCAG contrast
Aa
#bbcad8 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad8 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue84.7%
CMYK percentages
Cyan13.4%
Magenta6.5%
Yellow0.0%
Key (black)15.3%
Color previews
#bbcad8 text on a black background
contrast 12.55:1
Card sample
#bbcad8 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad8;
Background color
Panel with #bbcad8 background
background-color: #bbcad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad8; background: linear-gradient(135deg, #bbcad8, #BFBBD8);