Silver
#B9CECF
CyanColor Codes
All color formats for development
HEX
#B9CECFRGB
rgb(185, 206, 207)HSL
hsl(183, 19%, 77%)OKLCH
oklch(0.836 0.023 200.2)CMYK
cmyk(11%, 0%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2BEC0
2#8AAEB0
3#739EA0
4#5F8A8C
5#507375
6#405C5D
7#304546
8#202E2F
9#101717
Tints
Lighter variations
1#C0D3D4
2#C7D8D9
3#CEDDDE
4#D5E2E2
5#DCE7E7
6#E3ECEC
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B5 #95B5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A0 #76A0A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B83 #5B8386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4869 #48696A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | 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: #D8E4E4;
--silver-300: #B9CECF;
--silver-400: #95B5B7;
--silver-500: #76A0A2;
--silver-600: #5B8386;
--silver-700: #48696A;
--silver-800: #344B4C;
--silver-900: #213031;
--silver-950: #151E1E;
}