Silver
#BEBECA
BlueColor Codes
All color formats for development
HEX
#BEBECARGB
rgb(190, 190, 202)HSL
hsl(240, 10%, 77%)OKLCH
oklch(0.805 0.017 286)CMYK
cmyk(6%, 6%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9A9B9
2#9393A7
3#7E7E95
4#6A6A82
5#58586C
6#474756
7#353541
8#23232B
9#121216
Tints
Lighter variations
1#C5C5CF
2#CBCBD5
3#D2D2DA
4#D8D8DF
5#DFDFE5
6#E5E5EA
7#ECECEF
8#F2F2F4
9#F9F9FA
Tones
Muted variations
1#BFBFCA
2#C0C0C9
3#C0C0C8
4#C1C1C8
5#C1C1C7
6#C2C2C7
7#C3C3C6
8#C3C3C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECA | BordersInactive statesPlaceholder text |
| 400 | 9D9D #9D9DAF | Disabled statesSecondary iconsMuted text |
| 500 | 8181 #818198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6565 #65657B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5050 #505062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393946 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | 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: #EBEBEF;
--silver-200: #DBDBE1;
--silver-300: #BEBECA;
--silver-400: #9D9DAF;
--silver-500: #818198;
--silver-600: #65657B;
--silver-700: #505062;
--silver-800: #393946;
--silver-900: #25252D;
--silver-950: #17171C;
}