Silver
#96B4B6
CyanColor Codes
All color formats for development
HEX
#96B4B6RGB
rgb(150, 180, 182)HSL
hsl(184, 18%, 65%)OKLCH
oklch(0.748 0.033 201.4)CMYK
cmyk(18%, 1%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82A6A8
2#6F989B
3#5F8689
4#527375
5#446062
6#364D4E
7#29393B
8#1B2627
9#0E1314
Tints
Lighter variations
1#A0BBBD
2#ABC3C4
3#B5CACC
4#C0D2D3
5#CAD9DA
6#D5E1E2
7#DFE8E9
8#EAF0F0
9#F4F7F8
Tones
Muted variations
1#97B2B4
2#99B1B3
3#9BAFB1
4#9CAEAF
5#9EADAE
6#9FABAC
7#A1AAAB
8#A3A9A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B4 #96B4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789E #789EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C82 #5C8284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4967 #496769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #EAF0F0;
--silver-200: #D8E3E4;
--silver-300: #BACDCF;
--silver-400: #96B4B6;
--silver-500: #789EA1;
--silver-600: #5C8284;
--silver-700: #496769;
--silver-800: #344A4B;
--silver-900: #212F30;
--silver-950: #151D1E;
}