Silver
#BBC7CE
BlueColor Codes
All color formats for development
HEX
#BBC7CERGB
rgb(187, 199, 206)HSL
hsl(202, 16%, 77%)OKLCH
oklch(0.823 0.016 233.1)CMYK
cmyk(9%, 3%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4B4BD
2#8DA1AD
3#778E9C
4#637B89
5#526672
6#42525B
7#313D44
8#21292E
9#101417
Tints
Lighter variations
1#C2CCD3
2#C9D2D8
3#CFD8DD
4#D6DDE1
5#DDE3E6
6#E4E9EB
7#EBEEF0
8#F1F4F5
9#F8F9FA
Tones
Muted variations
1#BCC7CD
2#BDC6CC
3#BEC6CB
4#BFC6CA
5#C0C6C9
6#C1C5C8
7#C2C5C7
8#C2C5C6
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A91 #7A919F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E75 #5E7582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5D #4B5D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #36424A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B2F | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D9DFE3;
--silver-300: #BBC7CE;
--silver-400: #97AAB4;
--silver-500: #7A919F;
--silver-600: #5E7582;
--silver-700: #4B5D68;
--silver-800: #36424A;
--silver-900: #222B2F;
--silver-950: #151B1E;
}