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