Silver
#8DA6BF
BlueColor Codes
All color formats for development
HEX
#8DA6BFRGB
rgb(141, 166, 191)HSL
hsl(210, 28%, 65%)OKLCH
oklch(0.715 0.046 248.5)CMYK
cmyk(26%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7895B3
2#6285A7
3#547495
4#48637F
5#3C536A
6#304255
7#243240
8#18212A
9#0C1115
Tints
Lighter variations
1#98AFC5
2#A4B8CC
3#AFC1D2
4#BAC9D8
5#C6D2DF
6#D1DBE5
7#DDE4EC
8#E8EDF2
9#F4F6F9
Tones
Muted variations
1#8FA6BC
2#92A6BA
3#94A6B7
4#97A6B5
5#99A6B2
6#9CA6B0
7#9EA6AD
8#A1A6AB
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C4 #B4C4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA6 #8DA6BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8C #6C8CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5170 #517090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4059 #405972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E40 #2E4052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D29 #1D2934 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8EDF2;
--silver-200: #D5DEE7;
--silver-300: #B4C4D5;
--silver-400: #8DA6BF;
--silver-500: #6C8CAC;
--silver-600: #517090;
--silver-700: #405972;
--silver-800: #2E4052;
--silver-900: #1D2934;
--silver-950: #121A21;
}