Silver
#9898B3
BlueColor Codes
All color formats for development
HEX
#9898B3RGB
rgb(152, 152, 179)HSL
hsl(240, 15%, 65%)OKLCH
oklch(0.689 0.039 285.3)CMYK
cmyk(15%, 15%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8585A5
2#727297
3#636385
4#555572
5#46465F
6#38384C
7#2A2A39
8#1C1C26
9#0E0E13
Tints
Lighter variations
1#A3A3BB
2#ADADC2
3#B7B7CA
4#C1C1D1
5#CCCCD9
6#D6D6E1
7#E0E0E8
8#EAEAF0
9#F5F5F7
Tones
Muted variations
1#9A9AB2
2#9B9BB0
3#9C9CAF
4#9E9EAE
5#9F9FAC
6#A0A0AB
7#A2A2AA
8#A3A3A8
9#A4A4A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9898 #9898B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7B #7B7B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F5F #5F5F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4C #4C4C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #363649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F8;
--silver-100: #EAEAF0;
--silver-200: #D9D9E3;
--silver-300: #BCBCCD;
--silver-400: #9898B3;
--silver-500: #7B7B9D;
--silver-600: #5F5F81;
--silver-700: #4C4C67;
--silver-800: #363649;
--silver-900: #23232F;
--silver-950: #16161D;
}