Silver
#8EA7BE
BlueColor Codes
All color formats for development
HEX
#8EA7BERGB
rgb(142, 167, 190)HSL
hsl(209, 27%, 65%)OKLCH
oklch(0.717 0.044 246.2)CMYK
cmyk(25%, 12%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7996B2
2#6486A6
3#557593
4#49647E
5#3C5469
6#304354
7#24323F
8#18212A
9#0C1115
Tints
Lighter variations
1#99AFC4
2#A4B8CB
3#B0C1D1
4#BBCAD8
5#C6D3DE
6#D2DCE5
7#DDE4EB
8#E8EDF2
9#F4F6F8
Tones
Muted variations
1#90A6BB
2#92A6B9
3#95A6B7
4#97A6B4
5#9AA6B2
6#9CA6AF
7#9FA6AD
8#A1A6AB
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA7 #8EA7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8D #6D8DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5271 #52718E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415A #415A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2934 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8EDF2;
--silver-200: #D5DEE7;
--silver-300: #B5C5D4;
--silver-400: #8EA7BE;
--silver-500: #6D8DAB;
--silver-600: #52718E;
--silver-700: #415A71;
--silver-800: #2F4051;
--silver-900: #1E2934;
--silver-950: #131A20;
}