Silver
#8D9EBF
BlueColor Codes
All color formats for development
HEX
#8D9EBFRGB
rgb(141, 158, 191)HSL
hsl(220, 28%, 65%)OKLCH
oklch(0.698 0.052 263.6)CMYK
cmyk(26%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#788BB3
2#6279A7
3#546995
4#485A7F
5#3C4B6A
6#303C55
7#242D40
8#181E2A
9#0C0F15
Tints
Lighter variations
1#98A7C5
2#A4B1CC
3#AFBBD2
4#BAC4D8
5#C6CEDF
6#D1D8E5
7#DDE2EC
8#E8EBF2
9#F4F5F9
Tones
Muted variations
1#8F9EBC
2#929FBA
3#94A0B7
4#97A1B5
5#99A2B2
6#9CA2B0
7#9EA3AD
8#A1A4AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9D #8D9DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C82 #6C82AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5166 #516690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4051 #405172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8EBF2;
--silver-200: #D5DBE7;
--silver-300: #B4BFD5;
--silver-400: #8D9DBF;
--silver-500: #6C82AC;
--silver-600: #516690;
--silver-700: #405172;
--silver-800: #2E3A52;
--silver-900: #1D2534;
--silver-950: #121721;
}