Silver
#BFBFCA
GrayColor Codes
All color formats for development
HEX
#BFBFCARGB
rgb(191, 191, 202)HSL
hsl(240, 9%, 77%)OKLCH
oklch(0.808 0.015 286.1)CMYK
cmyk(5%, 5%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAAAB8
2#9494A6
3#7F7F94
4#6B6B80
5#59596B
6#474756
7#363640
8#24242B
9#121215
Tints
Lighter variations
1#C5C5CF
2#CCCCD4
3#D2D2DA
4#D9D9DF
5#DFDFE4
6#E5E5EA
7#ECECEF
8#F2F2F4
9#F9F9FA
Tones
Muted variations
1#C0C0C9
2#C0C0C9
3#C1C1C8
4#C1C1C8
5#C2C2C7
6#C2C2C6
7#C3C3C6
8#C3C3C5
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 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECECEF;
--silver-200: #DBDBE1;
--silver-300: #BFBFCA;
--silver-400: #9E9EAE;
--silver-500: #828297;
--silver-600: #66667A;
--silver-700: #515161;
--silver-800: #3A3A45;
--silver-900: #25252C;
--silver-950: #17171C;
}