Silver
#9BA1B0
BlueColor Codes
All color formats for development
HEX
#9BA1B0RGB
rgb(155, 161, 176)HSL
hsl(223, 12%, 65%)OKLCH
oklch(0.709 0.023 268.3)CMYK
cmyk(12%, 9%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8890A2
2#767E93
3#666E82
4#585E6F
5#494F5D
6#3A3F4A
7#2C2F38
8#1D1F25
9#0F1013
Tints
Lighter variations
1#A5AAB8
2#AFB4C0
3#B9BDC8
4#C3C7D0
5#CDD0D8
6#D7D9E0
7#E1E3E7
8#EBECEF
9#F5F6F7
Tones
Muted variations
1#9CA2AF
2#9DA2AE
3#9EA3AD
4#9FA3AC
5#A0A3AB
6#A1A4AA
7#A3A4A9
8#A4A5A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CB | BordersInactive statesPlaceholder text |
| 400 | 9BA1 #9BA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E86 #7E869A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636A #636A7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5564 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383C #383C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBECEF;
--silver-200: #DADCE2;
--silver-300: #BDC1CB;
--silver-400: #9BA1B0;
--silver-500: #7E869A;
--silver-600: #636A7E;
--silver-700: #4F5564;
--silver-800: #383C47;
--silver-900: #24272E;
--silver-950: #16181D;
}