Silver
#8EA6BE
BlueColor Codes
All color formats for development
HEX
#8EA6BERGB
rgb(142, 166, 190)HSL
hsl(210, 27%, 65%)OKLCH
oklch(0.715 0.044 248.4)CMYK
cmyk(25%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7995B2
2#6485A6
3#557493
4#49637E
5#3C5369
6#304254
7#24323F
8#18212A
9#0C1115
Tints
Lighter variations
1#99AFC4
2#A4B8CB
3#B0C1D1
4#BBC9D8
5#C6D2DE
6#D2DBE5
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 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA6 #8EA6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8C #6D8CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5270 #52708E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4159 #415971 | 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: #B5C4D4;
--silver-400: #8EA6BE;
--silver-500: #6D8CAB;
--silver-600: #52708E;
--silver-700: #415971;
--silver-800: #2F4051;
--silver-900: #1E2934;
--silver-950: #131A20;
}