Silver
#8DA2BF
BlueColor Codes
All color formats for development
HEX
#8DA2BFRGB
rgb(141, 162, 191)HSL
hsl(215, 28%, 65%)OKLCH
oklch(0.706 0.049 256.5)CMYK
cmyk(26%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7890B3
2#627FA7
3#546F95
4#485F7F
5#3C4F6A
6#303F55
7#242F40
8#18202A
9#0C1015
Tints
Lighter variations
1#98ABC5
2#A4B4CC
3#AFBED2
4#BAC7D8
5#C6D0DF
6#D1DAE5
7#DDE3EC
8#E8ECF2
9#F4F6F9
Tones
Muted variations
1#8FA2BC
2#92A2BA
3#94A3B7
4#97A3B5
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 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C2 #B4C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA2 #8DA2BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C87 #6C87AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516B #516B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4055 #405572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3D #2E3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8ECF2;
--silver-200: #D5DCE7;
--silver-300: #B4C2D5;
--silver-400: #8DA2BF;
--silver-500: #6C87AC;
--silver-600: #516B90;
--silver-700: #405572;
--silver-800: #2E3D52;
--silver-900: #1D2734;
--silver-950: #121821;
}