Silver
#B8C6D1
BlueColor Codes
All color formats for development
HEX
#B8C6D1RGB
rgb(184, 198, 209)HSL
hsl(206, 21%, 77%)OKLCH
oklch(0.819 0.022 241.4)CMYK
cmyk(12%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0B3C1
2#89A0B2
3#718DA2
4#5D798F
5#4E6577
6#3E515F
7#2F3D47
8#1F2830
9#101418
Tints
Lighter variations
1#BFCCD5
2#C6D1DA
3#CDD7DF
4#D4DDE3
5#DCE2E8
6#E3E8EC
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#B9C6CF
2#BAC6CE
3#BCC5CD
4#BDC5CC
5#BEC5CB
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 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | 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: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D7DFE5;
--silver-300: #B8C6D1;
--silver-400: #93A8B8;
--silver-500: #748FA4;
--silver-600: #597388;
--silver-700: #475C6C;
--silver-800: #32424D;
--silver-900: #202A31;
--silver-950: #141A1F;
}