Silver
#8DA8BF
BlueColor Codes
All color formats for development
HEX
#8DA8BFRGB
rgb(141, 168, 191)HSL
hsl(208, 28%, 65%)OKLCH
oklch(0.719 0.045 244.2)CMYK
cmyk(26%, 12%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7897B3
2#6287A7
3#547695
4#48657F
5#3C546A
6#304455
7#243340
8#18222A
9#0C1115
Tints
Lighter variations
1#98B0C5
2#A4B9CC
3#AFC2D2
4#BACAD8
5#C6D3DF
6#D1DCE5
7#DDE5EC
8#E8EDF2
9#F4F6F9
Tones
Muted variations
1#8FA7BC
2#92A7BA
3#94A7B7
4#97A7B5
5#99A7B2
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 | 6C8E #6C8EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5172 #517290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405B #405B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E41 #2E4152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A34 | 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: #6C8EAC;
--silver-600: #517290;
--silver-700: #405B72;
--silver-800: #2E4152;
--silver-900: #1D2A34;
--silver-950: #121A21;
}