#bbcad3
a light, soft blue · cool · closest name: silver
RGB
187, 202, 211
HSL
203°, 21%, 78%
CMYK
11, 4, 0, 17
Luminance
0.5751
Every format
| HEX | #bbcad3 |
| RGB | rgb(187, 202, 211) |
| HSL | hsl(203, 21%, 78%) |
| CMYK | cmyk(11%, 4%, 0%, 17%) |
| LAB | lab(80.5 -3.3 -6.2) |
| LCH | lch(80.5 7.0 242.1) |
| OKLCH | oklch(0.830 0.021 233.9) |
Copy-ready code
/* CSS */
color: #bbcad3;
background-color: #bbcad3;
/* Tailwind (arbitrary) */
class="text-[#bbcad3] bg-[#bbcad3]"
/* SCSS */
$brand: #bbcad3;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.827)
/* Android */
Color.parseColor("#bbcad3")Accessibility — WCAG contrast
Aa
#bbcad3 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcad3 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue82.7%
CMYK percentages
Cyan11.4%
Magenta4.3%
Yellow0.0%
Key (black)17.3%
Color previews
#bbcad3 text on a black background
contrast 12.50:1
Card sample
#bbcad3 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcad3;
Background color
Panel with #bbcad3 background
background-color: #bbcad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcad3; background: linear-gradient(135deg, #bbcad3, #BCBBD3);