Silver
#9899B3
BlueColor Codes
All color formats for development
HEX
#9899B3RGB
rgb(152, 153, 179)HSL
hsl(238, 15%, 65%)OKLCH
oklch(0.691 0.038 283.6)CMYK
cmyk(15%, 15%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8586A5
2#727397
3#636485
4#555672
5#46475F
6#38394C
7#2A2B39
8#1C1D26
9#0E0E13
Tints
Lighter variations
1#A3A3BB
2#ADAEC2
3#B7B8CA
4#C1C2D1
5#CCCCD9
6#D6D6E1
7#E0E0E8
8#EAEBF0
9#F5F5F7
Tones
Muted variations
1#9A9BB2
2#9B9CB0
3#9C9DAF
4#9E9EAE
5#9FA0AC
6#A0A1AB
7#A2A2AA
8#A3A3A8
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9899 #9899B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7C #7B7C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F60 #5F6081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4D #4C4D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3637 #363749 | 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: #EAEBF0;
--silver-200: #D9D9E3;
--silver-300: #BCBCCD;
--silver-400: #9899B3;
--silver-500: #7B7C9D;
--silver-600: #5F6081;
--silver-700: #4C4D67;
--silver-800: #363749;
--silver-900: #23232F;
--silver-950: #16161D;
}