#bbcbcf
a light, soft cyan · cool · closest name: silver
RGB
187, 203, 207
HSL
192°, 17%, 77%
CMYK
10, 2, 0, 19
Luminance
0.5778
Every format
| HEX | #bbcbcf |
| RGB | rgb(187, 203, 207) |
| HSL | hsl(192, 17%, 77%) |
| CMYK | cmyk(10%, 2%, 0%, 19%) |
| LAB | lab(80.6 -4.6 -3.9) |
| LCH | lch(80.6 6.0 219.7) |
| OKLCH | oklch(0.831 0.018 214.4) |
Copy-ready code
/* CSS */
color: #bbcbcf;
background-color: #bbcbcf;
/* Tailwind (arbitrary) */
class="text-[#bbcbcf] bg-[#bbcbcf]"
/* SCSS */
$brand: #bbcbcf;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#bbcbcf")Accessibility — WCAG contrast
Aa
#bbcbcf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcbcf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bbcbcf text on a black background
contrast 12.56:1
Card sample
#bbcbcf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcbcf;
Background color
Panel with #bbcbcf background
background-color: #bbcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcbcf; background: linear-gradient(135deg, #bbcbcf, #BBBECF);