Silver
#8D9FBF
BlueColor Codes
All color formats for development
HEX
#8D9FBFRGB
rgb(141, 159, 191)HSL
hsl(218, 28%, 65%)OKLCH
oklch(0.7 0.051 261.9)CMYK
cmyk(26%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#788DB3
2#627BA7
3#546B95
4#485C7F
5#3C4D6A
6#303D55
7#242E40
8#181F2A
9#0C0F15
Tints
Lighter variations
1#98A9C5
2#A4B2CC
3#AFBCD2
4#BAC5D8
5#C6CFDF
6#D1D9E5
7#DDE2EC
8#E8ECF2
9#F4F5F9
Tones
Muted variations
1#8FA0BC
2#92A0BA
3#94A1B7
4#97A2B5
5#99A2B2
6#9CA3B0
7#9EA4AD
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 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C0 #B4C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8D9F #8D9FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C84 #6C84AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5168 #516890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4053 #405372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3B #2E3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2634 | 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: #D5DBE7;
--silver-300: #B4C0D5;
--silver-400: #8D9FBF;
--silver-500: #6C84AC;
--silver-600: #516890;
--silver-700: #405372;
--silver-800: #2E3B52;
--silver-900: #1D2634;
--silver-950: #121821;
}