Silver
#B9CDCF
CyanColor Codes
All color formats for development
HEX
#B9CDCFRGB
rgb(185, 205, 207)HSL
hsl(185, 19%, 77%)OKLCH
oklch(0.834 0.022 204)CMYK
cmyk(11%, 1%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2BDC0
2#8AADB0
3#739CA0
4#5F888C
5#507275
6#405B5D
7#304446
8#202D2F
9#101717
Tints
Lighter variations
1#C0D3D4
2#C7D8D9
3#CEDCDE
4#D5E1E2
5#DCE6E7
6#E3EBEC
7#EAF0F1
8#F1F5F5
9#F8FAFA
Tones
Muted variations
1#BACDCE
2#BBCCCD
3#BDCBCC
4#BECACB
5#BFC9CA
6#C0C8C9
7#C1C7C8
8#C2C6C7
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769E #769EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B82 #5B8286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4867 #48676A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #EAF0F1;
--silver-200: #D8E3E4;
--silver-300: #B9CECF;
--silver-400: #95B4B7;
--silver-500: #769EA2;
--silver-600: #5B8286;
--silver-700: #48676A;
--silver-800: #344A4C;
--silver-900: #212F31;
--silver-950: #151E1E;
}