Silver
#B8C7D1
BlueColor Codes
All color formats for development
HEX
#B8C7D1RGB
rgb(184, 199, 209)HSL
hsl(204, 21%, 77%)OKLCH
oklch(0.821 0.022 236.8)CMYK
cmyk(12%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0B4C1
2#89A1B2
3#718EA2
4#5D7B8F
5#4E6677
6#3E525F
7#2F3D47
8#1F2930
9#101418
Tints
Lighter variations
1#BFCCD5
2#C6D2DA
3#CDD8DF
4#D4DDE3
5#DCE3E8
6#E3E9EC
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#B9C7CF
2#BAC6CE
3#BCC6CD
4#BDC6CC
5#BEC6CB
6#BFC5C9
7#C1C5C8
8#C2C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C7 #B8C7D1 | BordersInactive statesPlaceholder text |
| 400 | 93A9 #93A9B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7491 #7491A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5975 #597588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475D #475D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D7DFE5;
--silver-300: #B8C7D1;
--silver-400: #93A9B8;
--silver-500: #7491A4;
--silver-600: #597588;
--silver-700: #475D6C;
--silver-800: #32424D;
--silver-900: #202B31;
--silver-950: #141B1F;
}