Silver
#9BA0B0
BlueColor Codes
All color formats for development
HEX
#9BA0B0RGB
rgb(155, 160, 176)HSL
hsl(226, 12%, 65%)OKLCH
oklch(0.707 0.024 271.9)CMYK
cmyk(12%, 9%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#888EA2
2#767D93
3#666D82
4#585D6F
5#494E5D
6#3A3E4A
7#2C2F38
8#1D1F25
9#0F1013
Tints
Lighter variations
1#A5AAB8
2#AFB3C0
3#B9BDC8
4#C3C6D0
5#CDD0D8
6#D7D9E0
7#E1E3E7
8#EBECEF
9#F5F6F7
Tones
Muted variations
1#9CA1AF
2#9DA1AE
3#9EA2AD
4#9FA2AC
5#A0A3AB
6#A1A3AA
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 | 9BA0 #9BA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E85 #7E859A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6369 #63697E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383C #383C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | 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: #9BA0B0;
--silver-500: #7E859A;
--silver-600: #63697E;
--silver-700: #4F5464;
--silver-800: #383C47;
--silver-900: #24262E;
--silver-950: #16181D;
}