Silver
#8EB5BE
CyanColor Codes
All color formats for development
HEX
#8EB5BERGB
rgb(142, 181, 190)HSL
hsl(191, 27%, 65%)OKLCH
oklch(0.748 0.044 213.4)CMYK
cmyk(25%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79A7B2
2#649AA6
3#558893
4#49747E
5#3C6169
6#304E54
7#243A3F
8#18272A
9#0C1315
Tints
Lighter variations
1#99BCC4
2#A4C4CB
3#B0CBD1
4#BBD3D8
5#C6DADE
6#D2E1E5
7#DDE9EB
8#E8F0F2
9#F4F8F8
Tones
Muted variations
1#90B3BB
2#92B2B9
3#95B0B7
4#97AFB4
5#9AADB2
6#9CACAF
7#9FAAAD
8#A1A9AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8EB5 #8EB5BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA0 #6DA0AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5283 #52838E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4169 #416971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3034 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F9F9;
--silver-100: #E8F0F2;
--silver-200: #D5E4E7;
--silver-300: #B5CED4;
--silver-400: #8EB5BE;
--silver-500: #6DA0AB;
--silver-600: #52838E;
--silver-700: #416971;
--silver-800: #2F4B51;
--silver-900: #1E3034;
--silver-950: #131E20;
}