#bbc3cf
a light, soft blue · cool · closest name: silver
RGB
187, 195, 207
HSL
216°, 17%, 77%
CMYK
10, 6, 0, 19
Luminance
0.5410
Every format
| HEX | #bbc3cf |
| RGB | rgb(187, 195, 207) |
| HSL | hsl(216, 17%, 77%) |
| CMYK | cmyk(10%, 6%, 0%, 19%) |
| LAB | lab(78.5 -0.4 -6.9) |
| LCH | lch(78.5 7.0 266.7) |
| OKLCH | oklch(0.815 0.019 258.4) |
Copy-ready code
/* CSS */
color: #bbc3cf;
background-color: #bbc3cf;
/* Tailwind (arbitrary) */
class="text-[#bbc3cf] bg-[#bbc3cf]"
/* SCSS */
$brand: #bbc3cf;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#bbc3cf")Accessibility — WCAG contrast
Aa
#bbc3cf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3cf on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bbc3cf text on a black background
contrast 11.82:1
Card sample
#bbc3cf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3cf;
Background color
Panel with #bbc3cf background
background-color: #bbc3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3cf; background: linear-gradient(135deg, #bbc3cf, #C0BBCF);