Silver
#949DB8
BlueColor Codes
All color formats for development
HEX
#949DB8RGB
rgb(148, 157, 184)HSL
hsl(225, 20%, 65%)OKLCH
oklch(0.698 0.041 270.8)CMYK
cmyk(20%, 15%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#808BAA
2#6C789D
3#5D688B
4#505A77
5#424B63
6#353C50
7#282D3C
8#1B1E28
9#0D0F14
Tints
Lighter variations
1#9FA7BF
2#A9B0C6
3#B4BACD
4#BFC4D4
5#C9CEDB
6#D4D8E2
7#DFE2EA
8#EAEBF1
9#F4F5F8
Tones
Muted variations
1#969EB6
2#979FB4
3#99A0B2
4#9BA0B0
5#9DA1AF
6#9FA2AD
7#A0A3AB
8#A2A4A9
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949D #949DB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7581 #7581A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A65 #5A6587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEBF1;
--silver-200: #D7DBE4;
--silver-300: #B9BED0;
--silver-400: #949DB8;
--silver-500: #7581A3;
--silver-600: #5A6587;
--silver-700: #47506B;
--silver-800: #33394D;
--silver-900: #212531;
--silver-950: #14171F;
}