#bbcfcd
a light, soft cyan · cool · closest name: silver
RGB
187, 207, 205
HSL
174°, 17%, 77%
CMYK
10, 0, 1, 19
Luminance
0.5960
Every format
| HEX | #bbcfcd |
| RGB | rgb(187, 207, 205) |
| HSL | hsl(174, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 1%, 19%) |
| LAB | lab(81.6 -7.1 -1.3) |
| LCH | lch(81.6 7.2 190.4) |
| OKLCH | oklch(0.839 0.022 189.5) |
Copy-ready code
/* CSS */
color: #bbcfcd;
background-color: #bbcfcd;
/* Tailwind (arbitrary) */
class="text-[#bbcfcd] bg-[#bbcfcd]"
/* SCSS */
$brand: #bbcfcd;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#bbcfcd")Accessibility — WCAG contrast
Aa
#bbcfcd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfcd on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue80.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow1.0%
Key (black)18.8%
Color previews
#bbcfcd text on a black background
contrast 12.92:1
Card sample
#bbcfcd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfcd;
Background color
Panel with #bbcfcd background
background-color: #bbcfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfcd; background: linear-gradient(135deg, #bbcfcd, #BBC4CF);