Silver
#BECACA
CyanColor Codes
All color formats for development
HEX
#BECACARGB
rgb(190, 202, 202)HSL
hsl(180, 10%, 77%)OKLCH
oklch(0.83 0.013 196.9)CMYK
cmyk(6%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9B9B9
2#93A7A7
3#7E9595
4#6A8282
5#586C6C
6#475656
7#354141
8#232B2B
9#121616
Tints
Lighter variations
1#C5CFCF
2#CBD5D5
3#D2DADA
4#D8DFDF
5#DFE5E5
6#E5EAEA
7#ECEFEF
8#F2F4F4
9#F9FAFA
Tones
Muted variations
1#BFCACA
2#C0C9C9
3#C0C8C8
4#C1C8C8
5#C1C7C7
6#C2C7C7
7#C3C6C6
8#C3C6C6
9#C4C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #EBEFEF;
--silver-200: #DBE1E1;
--silver-300: #BECACA;
--silver-400: #9DAFAF;
--silver-500: #819898;
--silver-600: #657B7B;
--silver-700: #506262;
--silver-800: #394646;
--silver-900: #252D2D;
--silver-950: #171C1C;
}