Silver
#8CA7C0
BlueColor Codes
All color formats for development
HEX
#8CA7C0RGB
rgb(140, 167, 192)HSL
hsl(209, 29%, 65%)OKLCH
oklch(0.717 0.047 246.5)CMYK
cmyk(27%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7696B4
2#6186A8
3#527596
4#476480
5#3B546B
6#2F4356
7#233240
8#18212B
9#0C1115
Tints
Lighter variations
1#97AFC6
2#A3B8CC
3#AEC1D3
4#BACAD9
5#C5D3DF
6#D1DCE6
7#DCE4EC
8#E8EDF2
9#F3F6F9
Tones
Muted variations
1#8EA7BD
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 | B3C5 #B3C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA7 #8CA7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8D #6B8DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5071 #507191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5A #3F5A73 | 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: #B3C5D5;
--silver-400: #8CA7C0;
--silver-500: #6B8DAE;
--silver-600: #507191;
--silver-700: #3F5A73;
--silver-800: #2D4052;
--silver-900: #1D2935;
--silver-950: #121A21;
}