Silver
#99ACB2
CyanColor Codes
All color formats for development
HEX
#99ACB2RGB
rgb(153, 172, 178)HSL
hsl(194, 14%, 65%)OKLCH
oklch(0.732 0.023 218.7)CMYK
cmyk(14%, 3%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#869DA4
2#738E96
3#647D84
4#566B71
5#47595E
6#39474C
7#2B3539
8#1D2426
9#0E1213
Tints
Lighter variations
1#A3B5BA
2#AEBDC2
3#B8C5C9
4#C2CDD1
5#CCD6D9
6#D6DEE0
7#E0E6E8
8#EBEEF0
9#F5F7F7
Tones
Muted variations
1#9BACB1
2#9CABB0
3#9DAAAE
4#9EAAAD
5#A0A9AC
6#A1A8AB
7#A2A8A9
8#A3A7A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 99AC #99ACB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C95 #7C959C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6079 #607980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D60 #4D6066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEEF0;
--silver-200: #D9E0E2;
--silver-300: #BCC9CD;
--silver-400: #99ACB2;
--silver-500: #7C959C;
--silver-600: #607980;
--silver-700: #4D6066;
--silver-800: #374549;
--silver-900: #232C2F;
--silver-950: #161B1D;
}