Silver
#8EB7BE
CyanColor Codes
All color formats for development
HEX
#8EB7BERGB
rgb(142, 183, 190)HSL
hsl(189, 27%, 65%)OKLCH
oklch(0.752 0.045 209.1)CMYK
cmyk(25%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79A9B2
2#649CA6
3#558A93
4#49767E
5#3C6369
6#304F54
7#243B3F
8#18272A
9#0C1415
Tints
Lighter variations
1#99BEC4
2#A4C5CB
3#B0CCD1
4#BBD4D8
5#C6DBDE
6#D2E2E5
7#DDE9EB
8#E8F1F2
9#F4F8F8
Tones
Muted variations
1#90B5BB
2#92B3B9
3#95B2B7
4#97B0B4
5#9AAEB2
6#9CACAF
7#9FABAD
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA2 #6DA2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5285 #52858E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416A #416A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | 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: #E8F1F2;
--silver-200: #D5E4E7;
--silver-300: #B5CFD4;
--silver-400: #8EB7BE;
--silver-500: #6DA2AB;
--silver-600: #52858E;
--silver-700: #416A71;
--silver-800: #2F4C51;
--silver-900: #1E3134;
--silver-950: #131E20;
}