Silver
#8DA3BF
BlueColor Codes
All color formats for development
HEX
#8DA3BFRGB
rgb(141, 163, 191)HSL
hsl(214, 28%, 65%)OKLCH
oklch(0.708 0.048 254.6)CMYK
cmyk(26%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7891B3
2#6280A7
3#547095
4#48607F
5#3C506A
6#304055
7#243040
8#18202A
9#0C1015
Tints
Lighter variations
1#98ACC5
2#A4B5CC
3#AFBED2
4#BAC7D8
5#C6D1DF
6#D1DAE5
7#DDE3EC
8#E8ECF2
9#F4F6F9
Tones
Muted variations
1#8FA3BC
2#92A3BA
3#94A3B7
4#97A4B5
5#99A4B2
6#9CA4B0
7#9EA5AD
8#A1A5AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C2 #B4C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA2 #8DA2BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C88 #6C88AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516C #516C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4056 #405672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3D #2E3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8ECF2;
--silver-200: #D5DDE7;
--silver-300: #B4C2D5;
--silver-400: #8DA2BF;
--silver-500: #6C88AC;
--silver-600: #516C90;
--silver-700: #405672;
--silver-800: #2E3D52;
--silver-900: #1D2734;
--silver-950: #121921;
}