Silver
#96AFB6
CyanColor Codes
All color formats for development
HEX
#96AFB6RGB
rgb(150, 175, 182)HSL
hsl(193, 18%, 65%)OKLCH
oklch(0.737 0.029 216.5)CMYK
cmyk(18%, 4%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#82A0A8
2#6F919B
3#5F8089
4#526E75
5#445B62
6#36494E
7#29373B
8#1B2527
9#0E1214
Tints
Lighter variations
1#A0B7BD
2#ABBFC4
3#B5C7CC
4#C0CFD3
5#CAD7DA
6#D5DFE2
7#DFE7E9
8#EAEFF0
9#F4F7F8
Tones
Muted variations
1#97AEB4
2#99ADB3
3#9BACB1
4#9CABAF
5#9EAAAE
6#9FA9AC
7#A1A8AB
8#A3A8A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AF #96AFB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7898 #7898A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7C #5C7C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4962 #496269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3446 #34464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF0;
--silver-200: #D8E1E4;
--silver-300: #BACACF;
--silver-400: #96AFB6;
--silver-500: #7898A1;
--silver-600: #5C7C84;
--silver-700: #496269;
--silver-800: #34464B;
--silver-900: #212D30;
--silver-950: #151C1E;
}