Silver
#8CA6C0
BlueColor Codes
All color formats for development
HEX
#8CA6C0RGB
rgb(140, 166, 192)HSL
hsl(210, 29%, 65%)OKLCH
oklch(0.714 0.048 248.5)CMYK
cmyk(27%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7695B4
2#6185A8
3#527496
4#476380
5#3B536B
6#2F4256
7#233240
8#18212B
9#0C1115
Tints
Lighter variations
1#97AFC6
2#A3B8CC
3#AEC1D3
4#BAC9D9
5#C5D2DF
6#D1DBE6
7#DCE4EC
8#E8EDF2
9#F3F6F9
Tones
Muted variations
1#8EA6BD
2#91A6BA
3#94A6B8
4#96A6B5
5#99A6B3
6#9BA6B0
7#9EA6AE
8#A1A6AB
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DE #D4DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C4 #B3C4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA6 #8CA6C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8C #6B8CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5070 #507091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F59 #3F5973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D40 #2D4052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D29 #1D2935 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E8EDF2;
--silver-200: #D4DEE7;
--silver-300: #B3C4D5;
--silver-400: #8CA6C0;
--silver-500: #6B8CAE;
--silver-600: #507091;
--silver-700: #3F5973;
--silver-800: #2D4052;
--silver-900: #1D2935;
--silver-950: #121A21;
}