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