Silver
#BFC2CA
GrayColor Codes
All color formats for development
HEX
#BFC2CARGB
rgb(191, 194, 202)HSL
hsl(224, 9%, 77%)OKLCH
oklch(0.814 0.012 269.5)CMYK
cmyk(5%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAADB8
2#9499A6
3#7F8594
4#6B7180
5#595E6B
6#474B56
7#363840
8#24262B
9#121315
Tints
Lighter variations
1#C5C8CF
2#CCCED4
3#D2D4DA
4#D9DADF
5#DFE0E4
6#E5E7EA
7#ECEDEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#C0C2C9
2#C0C2C9
3#C1C3C8
4#C1C3C8
5#C2C3C7
6#C2C3C6
7#C3C4C6
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 | BFC2 #BFC2CA | BordersInactive statesPlaceholder text |
| 400 | 9EA2 #9EA2AE | Disabled statesSecondary iconsMuted text |
| 500 | 8287 #828797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666B #666B7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5156 #515661 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3D #3A3D45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272C | 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: #BFC2CA;
--silver-400: #9EA2AE;
--silver-500: #828797;
--silver-600: #666B7A;
--silver-700: #515661;
--silver-800: #3A3D45;
--silver-900: #25272C;
--silver-950: #17181C;
}