Silver
#8EB6BE
CyanColor Codes
All color formats for development
HEX
#8EB6BERGB
rgb(142, 182, 190)HSL
hsl(190, 27%, 65%)OKLCH
oklch(0.75 0.044 211.2)CMYK
cmyk(25%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79A8B2
2#649BA6
3#558993
4#49757E
5#3C6269
6#304E54
7#243B3F
8#18272A
9#0C1415
Tints
Lighter variations
1#99BDC4
2#A4C4CB
3#B0CCD1
4#BBD3D8
5#C6DADE
6#D2E2E5
7#DDE9EB
8#E8F0F2
9#F4F8F8
Tones
Muted variations
1#90B4BB
2#92B3B9
3#95B1B7
4#97AFB4
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 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB6 #8EB6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA1 #6DA1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5284 #52848E | 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: #B5CFD4;
--silver-400: #8EB6BE;
--silver-500: #6DA1AB;
--silver-600: #52848E;
--silver-700: #416971;
--silver-800: #2F4B51;
--silver-900: #1E3034;
--silver-950: #131E20;
}