Silver
#ADB7DB
BlueColor Codes
All color formats for development
HEX
#ADB7DBRGB
rgb(173, 183, 219)HSL
hsl(227, 39%, 77%)OKLCH
oklch(0.784 0.052 272.9)CMYK
cmyk(21%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#929FCF
2#7787C3
3#5C6FB7
4#485CA4
5#3C4C88
6#303D6D
7#242E52
8#181F37
9#0C0F1B
Tints
Lighter variations
1#B6BFDF
2#BEC6E2
3#C6CDE6
4#CED4EA
5#D6DBED
6#DEE2F1
7#E7EAF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B0B9D9
2#B2BAD7
3#B4BBD4
4#B7BDD2
5#B9BED0
6#BBBFCD
7#BDC0CB
8#C0C2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8392 #8392C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F73 #5F73B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4457 #44579C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6E9F4;
--silver-200: #D1D7EB;
--silver-300: #ADB7DB;
--silver-400: #8392C9;
--silver-500: #5F73B9;
--silver-600: #44579C;
--silver-700: #36467C;
--silver-800: #273259;
--silver-900: #192039;
--silver-950: #101423;
}