Silver
#9A9DB1
BlueColor Codes
All color formats for development
HEX
#9A9DB1RGB
rgb(154, 157, 177)HSL
hsl(232, 13%, 65%)OKLCH
oklch(0.7 0.029 278.8)CMYK
cmyk(13%, 11%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#878BA3
2#757995
3#656983
4#575A70
5#484B5E
6#3A3C4B
7#2B2D38
8#1D1E25
9#0E0F13
Tints
Lighter variations
1#A4A7B9
2#AEB1C1
3#B8BBC9
4#C2C4D0
5#CDCED8
6#D7D8E0
7#E1E2E8
8#EBEBEF
9#F5F5F7
Tones
Muted variations
1#9B9EB0
2#9C9FAF
3#9EA0AE
4#9FA1AD
5#A0A1AC
6#A1A2AA
7#A2A3A9
8#A3A4A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCC | BordersInactive statesPlaceholder text |
| 400 | 9A9D #9A9DB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D81 #7D819B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6266 #62667F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E51 #4E5165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBEBEF;
--silver-200: #DADBE2;
--silver-300: #BDBFCC;
--silver-400: #9A9DB1;
--silver-500: #7D819B;
--silver-600: #62667F;
--silver-700: #4E5165;
--silver-800: #373A48;
--silver-900: #23252E;
--silver-950: #16171D;
}