#bbc1cf
a light, soft blue · cool · closest name: silver
RGB
187, 193, 207
HSL
222°, 17%, 77%
CMYK
10, 7, 0, 19
Luminance
0.5321
Every format
| HEX | #bbc1cf |
| RGB | rgb(187, 193, 207) |
| HSL | hsl(222, 17%, 77%) |
| CMYK | cmyk(10%, 7%, 0%, 19%) |
| LAB | lab(78.0 0.7 -7.7) |
| LCH | lch(78.0 7.8 275.0) |
| OKLCH | oklch(0.810 0.021 267.3) |
Copy-ready code
/* CSS */
color: #bbc1cf;
background-color: #bbc1cf;
/* Tailwind (arbitrary) */
class="text-[#bbc1cf] bg-[#bbc1cf]"
/* SCSS */
$brand: #bbc1cf;
/* SwiftUI */
Color(red: 0.733, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#bbc1cf")Accessibility — WCAG contrast
Aa
#bbc1cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc1cf on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green75.7%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta6.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bbc1cf text on a black background
contrast 11.64:1
Card sample
#bbc1cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc1cf;
Background color
Panel with #bbc1cf background
background-color: #bbc1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc1cf; background: linear-gradient(135deg, #bbc1cf, #C2BBCF);