Silver
#8C9FC0
BlueColor Codes
All color formats for development
HEX
#8C9FC0RGB
rgb(140, 159, 192)HSL
hsl(218, 29%, 65%)OKLCH
oklch(0.699 0.053 261.4)CMYK
cmyk(27%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#768DB4
2#617BA8
3#526B96
4#475C80
5#3B4C6B
6#2F3D56
7#232E40
8#181F2B
9#0C0F15
Tints
Lighter variations
1#97A8C6
2#A3B2CC
3#AEBCD3
4#BAC5D9
5#C5CFDF
6#D1D9E6
7#DCE2EC
8#E8ECF2
9#F3F5F9
Tones
Muted variations
1#8EA0BD
2#91A0BA
3#94A1B8
4#96A2B5
5#99A2B3
6#9BA3B0
7#9EA4AE
8#A1A4AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C0 #B3C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8C9F #8C9FC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B83 #6B83AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5068 #506891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F52 #3F5273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3B #2D3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2635 | 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: #F5F7FA;
--silver-100: #E8ECF2;
--silver-200: #D4DBE7;
--silver-300: #B3C0D5;
--silver-400: #8C9FC0;
--silver-500: #6B83AE;
--silver-600: #506891;
--silver-700: #3F5273;
--silver-800: #2D3B52;
--silver-900: #1D2635;
--silver-950: #121821;
}