Silver
#98B2B3
CyanColor Codes
All color formats for development
HEX
#98B2B3RGB
rgb(152, 178, 179)HSL
hsl(182, 15%, 65%)OKLCH
oklch(0.744 0.029 199.4)CMYK
cmyk(15%, 1%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85A4A5
2#729697
3#638485
4#557172
5#465E5F
6#384C4C
7#2A3939
8#1C2626
9#0E1313
Tints
Lighter variations
1#A3BABB
2#ADC2C2
3#B7C9CA
4#C1D1D1
5#CCD9D9
6#D6E0E1
7#E0E8E8
8#EAF0F0
9#F5F7F7
Tones
Muted variations
1#9AB1B2
2#9BB0B0
3#9CAEAF
4#9EADAE
5#9FACAC
6#A0ABAB
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 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B2 #98B2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9C #7B9C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F80 #5F8081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C66 #4C6667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #364949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EAF0F0;
--silver-200: #D9E2E3;
--silver-300: #BCCDCD;
--silver-400: #98B2B3;
--silver-500: #7B9C9D;
--silver-600: #5F8081;
--silver-700: #4C6667;
--silver-800: #364949;
--silver-900: #232F2F;
--silver-950: #161D1D;
}