Silver
#8E9CBE
BlueColor Codes
All color formats for development
HEX
#8E9CBERGB
rgb(142, 156, 190)HSL
hsl(222, 27%, 65%)OKLCH
oklch(0.694 0.053 267.5)CMYK
cmyk(25%, 18%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#798AB2
2#6477A6
3#556793
4#49597E
5#3C4A69
6#303B54
7#242C3F
8#181E2A
9#0C0F15
Tints
Lighter variations
1#99A6C4
2#A4B0CB
3#B0BAD1
4#BBC4D8
5#C6CEDE
6#D2D7E5
7#DDE1EB
8#E8EBF2
9#F4F5F8
Tones
Muted variations
1#909DBB
2#929EB9
3#959FB7
4#97A0B4
5#9AA1B2
6#9CA2AF
7#9FA3AD
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 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BE #B5BED4 | BordersInactive statesPlaceholder text |
| 400 | 8E9C #8E9CBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D80 #6D80AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5264 #52648E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4150 #415071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8EBF2;
--silver-200: #D5DAE7;
--silver-300: #B5BED4;
--silver-400: #8E9CBE;
--silver-500: #6D80AB;
--silver-600: #52648E;
--silver-700: #415071;
--silver-800: #2F3951;
--silver-900: #1E2434;
--silver-950: #131720;
}