Silver
#98AFB3
CyanColor Codes
All color formats for development
HEX
#98AFB3RGB
rgb(152, 175, 179)HSL
hsl(189, 15%, 65%)OKLCH
oklch(0.738 0.026 209.3)CMYK
cmyk(15%, 2%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85A0A5
2#729197
3#638085
4#556E72
5#465C5F
6#38494C
7#2A3739
8#1C2526
9#0E1213
Tints
Lighter variations
1#A3B7BB
2#ADBFC2
3#B7C7CA
4#C1CFD1
5#CCD7D9
6#D6DFE1
7#E0E7E8
8#EAEFF0
9#F5F7F7
Tones
Muted variations
1#9AAEB2
2#9BADB0
3#9CACAF
4#9EABAE
5#9FAAAC
6#A0A9AB
7#A2A9AA
8#A3A8A8
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98AF #98AFB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B98 #7B989D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7C #5F7C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C63 #4C6367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3646 #364649 | 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: #EAEFF0;
--silver-200: #D9E1E3;
--silver-300: #BCCBCD;
--silver-400: #98AFB3;
--silver-500: #7B989D;
--silver-600: #5F7C81;
--silver-700: #4C6367;
--silver-800: #364649;
--silver-900: #232D2F;
--silver-950: #161C1D;
}