Silver
#8DA4BF
BlueColor Codes
All color formats for development
HEX
#8DA4BFRGB
rgb(141, 164, 191)HSL
hsl(212, 28%, 65%)OKLCH
oklch(0.71 0.047 252.6)CMYK
cmyk(26%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7893B3
2#6282A7
3#547295
4#48627F
5#3C516A
6#304155
7#243140
8#18212A
9#0C1015
Tints
Lighter variations
1#98ADC5
2#A4B6CC
3#AFBFD2
4#BAC8D8
5#C6D2DF
6#D1DBE5
7#DDE4EC
8#E8EDF2
9#F4F6F9
Tones
Muted variations
1#8FA4BC
2#92A4BA
3#94A5B7
4#97A5B5
5#99A5B2
6#9CA5B0
7#9EA5AD
8#A1A5AB
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C3 #B4C3D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA4 #8DA4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8A #6C8AAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516E #516E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4058 #405872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3F #2E3F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D28 #1D2834 | 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: #E8EDF2;
--silver-200: #D5DDE7;
--silver-300: #B4C3D5;
--silver-400: #8DA4BF;
--silver-500: #6C8AAC;
--silver-600: #516E90;
--silver-700: #405872;
--silver-800: #2E3F52;
--silver-900: #1D2834;
--silver-950: #121921;
}