Silver
#ADB9DC
BlueColor Codes
All color formats for development
HEX
#ADB9DCRGB
rgb(173, 185, 220)HSL
hsl(225, 40%, 77%)OKLCH
oklch(0.788 0.052 270.3)CMYK
cmyk(21%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A1D0
2#7689C4
3#5A72B8
4#475EA5
5#3B4F89
6#2F3F6E
7#232F52
8#181F37
9#0C101B
Tints
Lighter variations
1#B5C0DF
2#BDC7E3
3#C6CEE6
4#CED5EA
5#D6DCED
6#DEE3F1
7#E6EAF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#AFBAD9
2#B2BBD7
3#B4BCD5
4#B6BDD2
5#B9BED0
6#BBC0CE
7#BDC1CB
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 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8294 #8294C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E75 #5E75BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435A #435A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #263359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EAF4;
--silver-200: #D1D7EB;
--silver-300: #ADB9DC;
--silver-400: #8294C9;
--silver-500: #5E75BA;
--silver-600: #435A9D;
--silver-700: #36477D;
--silver-800: #263359;
--silver-900: #182139;
--silver-950: #0F1424;
}