Silver
#8DA1BF
BlueColor Codes
All color formats for development
HEX
#8DA1BFRGB
rgb(141, 161, 191)HSL
hsl(216, 28%, 65%)OKLCH
oklch(0.704 0.05 258.4)CMYK
cmyk(26%, 16%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#788FB3
2#627EA7
3#546E95
4#485E7F
5#3C4E6A
6#303F55
7#242F40
8#181F2A
9#0C1015
Tints
Lighter variations
1#98AAC5
2#A4B4CC
3#AFBDD2
4#BAC6D8
5#C6D0DF
6#D1D9E5
7#DDE3EC
8#E8ECF2
9#F4F6F9
Tones
Muted variations
1#8FA1BC
2#92A2BA
3#94A2B7
4#97A3B5
5#99A3B2
6#9CA4B0
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 | 8DA1 #8DA1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C86 #6C86AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516A #516A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4054 #405472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3C #2E3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | 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: #8DA1BF;
--silver-500: #6C86AC;
--silver-600: #516A90;
--silver-700: #405472;
--silver-800: #2E3C52;
--silver-900: #1D2734;
--silver-950: #121821;
}