Silver
#8DA0BF
BlueColor Codes
All color formats for development
HEX
#8DA0BFRGB
rgb(141, 160, 191)HSL
hsl(217, 28%, 65%)OKLCH
oklch(0.702 0.05 260.2)CMYK
cmyk(26%, 16%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#788EB3
2#627DA7
3#546C95
4#485D7F
5#3C4D6A
6#303E55
7#242E40
8#181F2A
9#0C0F15
Tints
Lighter variations
1#98A9C5
2#A4B3CC
3#AFBCD2
4#BAC6D8
5#C6CFDF
6#D1D9E5
7#DDE2EC
8#E8ECF2
9#F4F5F9
Tones
Muted variations
1#8FA1BC
2#92A1BA
3#94A2B7
4#97A2B5
5#99A3B2
6#9CA3B0
7#9EA4AD
8#A1A5AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C1 #B4C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA0 #8DA0BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C85 #6C85AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5169 #516990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4053 #405372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3C #2E3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2634 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8ECF2;
--silver-200: #D5DCE7;
--silver-300: #B4C1D5;
--silver-400: #8DA0BF;
--silver-500: #6C85AC;
--silver-600: #516990;
--silver-700: #405372;
--silver-800: #2E3C52;
--silver-900: #1D2634;
--silver-950: #121821;
}