Silver
#99AFB2
CyanColor Codes
All color formats for development
HEX
#99AFB2RGB
rgb(153, 175, 178)HSL
hsl(187, 14%, 65%)OKLCH
oklch(0.738 0.025 206.6)CMYK
cmyk(14%, 2%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86A1A4
2#739296
3#648084
4#566E71
5#475C5E
6#39494C
7#2B3739
8#1D2526
9#0E1213
Tints
Lighter variations
1#A3B7BA
2#AEBFC2
3#B8C7C9
4#C2CFD1
5#CCD7D9
6#D6DFE0
7#E0E7E8
8#EBEFF0
9#F5F7F7
Tones
Muted variations
1#9BAEB1
2#9CADB0
3#9DACAE
4#9EABAD
5#A0ABAC
6#A1AAAB
7#A2A9A9
8#A3A8A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99AF #99AFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C99 #7C999C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607C #607C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D63 #4D6366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFF0;
--silver-200: #D9E1E2;
--silver-300: #BCCBCD;
--silver-400: #99AFB2;
--silver-500: #7C999C;
--silver-600: #607C80;
--silver-700: #4D6366;
--silver-800: #374749;
--silver-900: #232D2F;
--silver-950: #161C1D;
}