Silver
#B9C4CF
BlueColor Codes
All color formats for development
HEX
#B9C4CFRGB
rgb(185, 196, 207)HSL
hsl(210, 19%, 77%)OKLCH
oklch(0.815 0.02 248.1)CMYK
cmyk(11%, 5%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2B1C0
2#8A9DB0
3#7389A0
4#5F768C
5#506275
6#404F5D
7#303B46
8#20272F
9#101417
Tints
Lighter variations
1#C0CAD4
2#C7D0D9
3#CED6DE
4#D5DCE2
5#DCE2E7
6#E3E8EC
7#EAEDF1
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BAC4CE
2#BBC4CD
3#BDC4CC
4#BEC4CB
5#BFC4CA
6#C0C4C9
7#C1C4C8
8#C2C4C7
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4CF | BordersInactive statesPlaceholder text |
| 400 | 95A6 #95A6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768C #768CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B70 #5B7086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4859 #48596A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF1;
--silver-200: #D8DEE4;
--silver-300: #B9C4CF;
--silver-400: #95A6B7;
--silver-500: #768CA2;
--silver-600: #5B7086;
--silver-700: #48596A;
--silver-800: #34404C;
--silver-900: #212931;
--silver-950: #151A1E;
}