Silver
#8DA7BF
BlueColor Codes
All color formats for development
HEX
#8DA7BFRGB
rgb(141, 167, 191)HSL
hsl(209, 28%, 65%)OKLCH
oklch(0.717 0.046 246.3)CMYK
cmyk(26%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7896B3
2#6286A7
3#547595
4#48647F
5#3C546A
6#304355
7#243240
8#18212A
9#0C1115
Tints
Lighter variations
1#98AFC5
2#A4B8CC
3#AFC1D2
4#BACAD8
5#C6D3DF
6#D1DCE5
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 | B4C5 #B4C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA7 #8DA7BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8D #6C8DAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5171 #517190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405A #405A72 | 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: #B4C5D5;
--silver-400: #8DA7BF;
--silver-500: #6C8DAC;
--silver-600: #517190;
--silver-700: #405A72;
--silver-800: #2E4052;
--silver-900: #1D2934;
--silver-950: #121A21;
}