Silver
#94AEB8
BlueColor Codes
All color formats for development
HEX
#94AEB8RGB
rgb(148, 174, 184)HSL
hsl(197, 20%, 65%)OKLCH
oklch(0.734 0.032 223)CMYK
cmyk(20%, 5%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#809EAA
2#6C8F9D
3#5D7E8B
4#506C77
5#425A63
6#354850
7#28363C
8#1B2428
9#0D1214
Tints
Lighter variations
1#9FB6BF
2#A9BEC6
3#B4C6CD
4#BFCED4
5#C9D6DB
6#D4DEE2
7#DFE7EA
8#EAEFF1
9#F4F7F8
Tones
Muted variations
1#96ADB6
2#97ACB4
3#99ABB2
4#9BAAB0
5#9DAAAF
6#9FA9AD
7#A0A8AB
8#A2A7A9
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9D0 | BordersInactive statesPlaceholder text |
| 400 | 94AD #94ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7596 #7596A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7A #5A7A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4761 #47616B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3345 #33454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF1;
--silver-200: #D7E1E4;
--silver-300: #B9C9D0;
--silver-400: #94ADB8;
--silver-500: #7596A3;
--silver-600: #5A7A87;
--silver-700: #47616B;
--silver-800: #33454D;
--silver-900: #212C31;
--silver-950: #141C1F;
}