Silver
#98A2B3
BlueColor Codes
All color formats for development
HEX
#98A2B3RGB
rgb(152, 162, 179)HSL
hsl(218, 15%, 65%)OKLCH
oklch(0.71 0.027 261.1)CMYK
cmyk(15%, 9%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8591A5
2#728097
3#636F85
4#555F72
5#46505F
6#38404C
7#2A3039
8#1C2026
9#0E1013
Tints
Lighter variations
1#A3ABBB
2#ADB5C2
3#B7BECA
4#C1C7D1
5#CCD1D9
6#D6DAE1
7#E0E3E8
8#EAECF0
9#F5F6F7
Tones
Muted variations
1#9AA3B2
2#9BA3B0
3#9CA3AF
4#9EA4AE
5#9FA4AC
6#A0A4AB
7#A2A5AA
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 98A2 #98A2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B88 #7B889D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6C #5F6C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C56 #4C5667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | 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: #D9DDE3;
--silver-300: #BCC2CD;
--silver-400: #98A2B3;
--silver-500: #7B889D;
--silver-600: #5F6C81;
--silver-700: #4C5667;
--silver-800: #363D49;
--silver-900: #23272F;
--silver-950: #16181D;
}