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