Silver
#BEC4CA
BlueColor Codes
All color formats for development
HEX
#BEC4CARGB
rgb(190, 196, 202)HSL
hsl(210, 10%, 77%)OKLCH
oklch(0.817 0.011 248)CMYK
cmyk(6%, 3%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9B1B9
2#939DA7
3#7E8995
4#6A7682
5#58626C
6#474F56
7#353B41
8#23272B
9#121416
Tints
Lighter variations
1#C5CACF
2#CBD0D5
3#D2D6DA
4#D8DCDF
5#DFE2E5
6#E5E8EA
7#ECEDEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#BFC4CA
2#C0C4C9
3#C0C4C8
4#C1C4C8
5#C1C4C7
6#C2C4C7
7#C3C4C6
8#C3C4C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CA | BordersInactive statesPlaceholder text |
| 400 | 9DA6 #9DA6AF | Disabled statesSecondary iconsMuted text |
| 500 | 818C #818C98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6570 #65707B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5059 #505962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EBEDEF;
--silver-200: #DBDEE1;
--silver-300: #BEC4CA;
--silver-400: #9DA6AF;
--silver-500: #818C98;
--silver-600: #65707B;
--silver-700: #505962;
--silver-800: #394046;
--silver-900: #25292D;
--silver-950: #171A1C;
}