Silver
#98A5B3
BlueColor Codes
All color formats for development
HEX
#98A5B3RGB
rgb(152, 165, 179)HSL
hsl(211, 15%, 65%)OKLCH
oklch(0.716 0.025 250.2)CMYK
cmyk(15%, 8%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8595A5
2#728497
3#637385
4#556372
5#46525F
6#38424C
7#2A3139
8#1C2126
9#0E1013
Tints
Lighter variations
1#A3AEBB
2#ADB7C2
3#B7C0CA
4#C1C9D1
5#CCD2D9
6#D6DBE1
7#E0E4E8
8#EAEDF0
9#F5F6F7
Tones
Muted variations
1#9AA5B2
2#9BA5B0
3#9CA5AF
4#9EA5AE
5#9FA6AC
6#A0A6AB
7#A2A6AA
8#A3A6A8
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A5 #98A5B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8C #7B8C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F70 #5F7081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C59 #4C5967 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EAEDF0;
--silver-200: #D9DEE3;
--silver-300: #BCC4CD;
--silver-400: #98A5B3;
--silver-500: #7B8C9D;
--silver-600: #5F7081;
--silver-700: #4C5967;
--silver-800: #363F49;
--silver-900: #23292F;
--silver-950: #16191D;
}