Silver
#8DA9BF
BlueColor Codes
All color formats for development
HEX
#8DA9BFRGB
rgb(141, 169, 191)HSL
hsl(206, 28%, 65%)OKLCH
oklch(0.721 0.045 241.9)CMYK
cmyk(26%, 12%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7899B3
2#6289A7
3#547895
4#48677F
5#3C566A
6#304555
7#243440
8#18222A
9#0C1115
Tints
Lighter variations
1#98B2C5
2#A4BACC
3#AFC3D2
4#BACBD8
5#C6D4DF
6#D1DDE5
7#DDE5EC
8#E8EEF2
9#F4F6F9
Tones
Muted variations
1#8FA9BC
2#92A8BA
3#94A8B7
4#97A8B5
5#99A7B2
6#9CA7B0
7#9EA7AD
8#A1A6AB
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C7 #B4C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA9 #8DA9BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C91 #6C91AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5174 #517490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E42 #2E4252 | 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: #F5F8F9;
--silver-100: #E8EEF2;
--silver-200: #D5DFE7;
--silver-300: #B4C7D5;
--silver-400: #8DA9BF;
--silver-500: #6C91AC;
--silver-600: #517490;
--silver-700: #405D72;
--silver-800: #2E4252;
--silver-900: #1D2A34;
--silver-950: #121A21;
}