Silver
#98A0B3
BlueColor Codes
All color formats for development
HEX
#98A0B3RGB
rgb(152, 160, 179)HSL
hsl(222, 15%, 65%)OKLCH
oklch(0.706 0.029 267.4)CMYK
cmyk(15%, 11%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#858FA5
2#727D97
3#636D85
4#555D72
5#464E5F
6#383E4C
7#2A2F39
8#1C1F26
9#0E1013
Tints
Lighter variations
1#A3AABB
2#ADB3C2
3#B7BDCA
4#C1C6D1
5#CCD0D9
6#D6D9E1
7#E0E3E8
8#EAECF0
9#F5F6F7
Tones
Muted variations
1#9AA1B2
2#9BA1B0
3#9CA2AF
4#9EA3AE
5#9FA3AC
6#A0A4AB
7#A2A4AA
8#A3A5A8
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B85 #7B859D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F69 #5F6981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EAECF0;
--silver-200: #D9DCE3;
--silver-300: #BCC1CD;
--silver-400: #98A0B3;
--silver-500: #7B859D;
--silver-600: #5F6981;
--silver-700: #4C5467;
--silver-800: #363C49;
--silver-900: #23262F;
--silver-950: #16181D;
}