#bbcad1
a light, soft cyan · cool · closest name: silver
RGB
187, 202, 209
HSL
199°, 19%, 78%
CMYK
11, 3, 0, 18
Luminance
0.5741
Every format
| HEX | #bbcad1 |
| RGB | rgb(187, 202, 209) |
| HSL | hsl(199, 19%, 78%) |
| CMYK | cmyk(11%, 3%, 0%, 18%) |
| LAB | lab(80.4 -3.7 -5.2) |
| LCH | lch(80.4 6.4 234.7) |
| OKLCH | oklch(0.830 0.019 227.3) |
Copy-ready code
/* CSS */
color: #bbcad1;
background-color: #bbcad1;
/* Tailwind (arbitrary) */
class="text-[#bbcad1] bg-[#bbcad1]"
/* SCSS */
$brand: #bbcad1;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.820)
/* Android */
Color.parseColor("#bbcad1")Accessibility — WCAG contrast
Aa
#bbcad1 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad1 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue82.0%
CMYK percentages
Cyan10.5%
Magenta3.3%
Yellow0.0%
Key (black)18.0%
Color previews
#bbcad1 text on a black background
contrast 12.48:1
Card sample
#bbcad1 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad1;
Background color
Panel with #bbcad1 background
background-color: #bbcad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad1; background: linear-gradient(135deg, #bbcad1, #BBBBD1);