Silver
#94ACB8
BlueColor Codes
All color formats for development
HEX
#94ACB8RGB
rgb(148, 172, 184)HSL
hsl(200, 20%, 65%)OKLCH
oklch(0.73 0.032 229.4)CMYK
cmyk(20%, 7%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#809CAA
2#6C8D9D
3#5D7C8B
4#506A77
5#425863
6#354750
7#28353C
8#1B2328
9#0D1214
Tints
Lighter variations
1#9FB4BF
2#A9BCC6
3#B4C5CD
4#BFCDD4
5#C9D5DB
6#D4DEE2
7#DFE6EA
8#EAEEF1
9#F4F7F8
Tones
Muted variations
1#96ABB6
2#97ABB4
3#99AAB2
4#9BA9B0
5#9DA9AF
6#9FA8AD
7#A0A8AB
8#A2A7A9
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8D0 | BordersInactive statesPlaceholder text |
| 400 | 94AC #94ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7594 #7594A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A78 #5A7887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D7E0E4;
--silver-300: #B9C8D0;
--silver-400: #94ACB8;
--silver-500: #7594A3;
--silver-600: #5A7887;
--silver-700: #475F6B;
--silver-800: #33444D;
--silver-900: #212C31;
--silver-950: #141B1F;
}