Silver
#94B8B8
CyanColor Codes
All color formats for development
HEX
#94B8B8RGB
rgb(148, 184, 184)HSL
hsl(180, 20%, 65%)OKLCH
oklch(0.756 0.039 196.4)CMYK
cmyk(20%, 0%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#80AAAA
2#6C9D9D
3#5D8B8B
4#507777
5#426363
6#355050
7#283C3C
8#1B2828
9#0D1414
Tints
Lighter variations
1#9FBFBF
2#A9C6C6
3#B4CDCD
4#BFD4D4
5#C9DBDB
6#D4E2E2
7#DFEAEA
8#EAF1F1
9#F4F8F8
Tones
Muted variations
1#96B6B6
2#97B4B4
3#99B2B2
4#9BB0B0
5#9DAFAF
6#9FADAD
7#A0ABAB
8#A2A9A9
9#A4A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #EAF1F1;
--silver-200: #D7E4E4;
--silver-300: #B9D0D0;
--silver-400: #94B8B8;
--silver-500: #75A3A3;
--silver-600: #5A8787;
--silver-700: #476B6B;
--silver-800: #334D4D;
--silver-900: #213131;
--silver-950: #141F1F;
}