Silver
#B9C5D0
BlueColor Codes
All color formats for development
HEX
#B9C5D0RGB
rgb(185, 197, 208)HSL
hsl(209, 20%, 77%)OKLCH
oklch(0.818 0.02 245.7)CMYK
cmyk(11%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1B1C0
2#899EB1
3#728AA1
4#5E778D
5#4F6376
6#3F4F5E
7#2F3B47
8#1F282F
9#101418
Tints
Lighter variations
1#C0CBD5
2#C7D0D9
3#CED6DE
4#D5DCE3
5#DCE2E8
6#E3E8EC
7#EAEEF1
8#F1F3F6
9#F8F9FA
Tones
Muted variations
1#BAC5CF
2#BBC5CE
3#BCC5CD
4#BDC5CB
5#BEC5CA
6#C0C5C9
7#C1C4C8
8#C2C4C7
9#C3C4C6
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 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5D0 | BordersInactive statesPlaceholder text |
| 400 | 94A6 #94A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758D #758DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A71 #5A7187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3340 #33404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF1;
--silver-200: #D7DEE4;
--silver-300: #B9C5D0;
--silver-400: #94A6B8;
--silver-500: #758DA3;
--silver-600: #5A7187;
--silver-700: #475A6B;
--silver-800: #33404D;
--silver-900: #212931;
--silver-950: #141A1F;
}