Silver
#BFC1CA
GrayColor Codes
All color formats for development
HEX
#BFC1CARGB
rgb(191, 193, 202)HSL
hsl(229, 9%, 77%)OKLCH
oklch(0.812 0.013 276.1)CMYK
cmyk(5%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAACB8
2#9497A6
3#7F8394
4#6B6F80
5#595D6B
6#474A56
7#363840
8#24252B
9#121315
Tints
Lighter variations
1#C5C7CF
2#CCCDD4
3#D2D4DA
4#D9DADF
5#DFE0E4
6#E5E6EA
7#ECECEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#C0C1C9
2#C0C2C9
3#C1C2C8
4#C1C2C8
5#C2C3C7
6#C2C3C6
7#C3C3C6
8#C3C4C5
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC1 #BFC1CA | BordersInactive statesPlaceholder text |
| 400 | 9EA1 #9EA1AE | Disabled statesSecondary iconsMuted text |
| 500 | 8286 #828697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666A #666A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEF;
--silver-200: #DBDCE1;
--silver-300: #BFC1CA;
--silver-400: #9EA1AE;
--silver-500: #828697;
--silver-600: #666A7A;
--silver-700: #515461;
--silver-800: #3A3C45;
--silver-900: #25262C;
--silver-950: #17181C;
}