Silver
#BEBFCA
BlueColor Codes
All color formats for development
HEX
#BEBFCARGB
rgb(190, 191, 202)HSL
hsl(235, 10%, 77%)OKLCH
oklch(0.807 0.015 281.9)CMYK
cmyk(6%, 5%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9AAB9
2#9395A7
3#7E8095
4#6A6C82
5#585A6C
6#474856
7#353641
8#23242B
9#121216
Tints
Lighter variations
1#C5C6CF
2#CBCCD5
3#D2D3DA
4#D8D9DF
5#DFDFE5
6#E5E6EA
7#ECECEF
8#F2F2F4
9#F9F9FA
Tones
Muted variations
1#BFC0CA
2#C0C0C9
3#C0C1C8
4#C1C1C8
5#C1C2C7
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 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCA | BordersInactive statesPlaceholder text |
| 400 | 9D9E #9D9EAF | Disabled statesSecondary iconsMuted text |
| 500 | 8183 #818398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6567 #65677B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5052 #505262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A46 | 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: #EBECEF;
--silver-200: #DBDBE1;
--silver-300: #BEBFCA;
--silver-400: #9D9EAF;
--silver-500: #818398;
--silver-600: #65677B;
--silver-700: #505262;
--silver-800: #393A46;
--silver-900: #25252D;
--silver-950: #17171C;
}