Silver
#ADB8DC
BlueColor Codes
All color formats for development
HEX
#ADB8DCRGB
rgb(173, 184, 220)HSL
hsl(226, 40%, 77%)OKLCH
oklch(0.786 0.053 271.8)CMYK
cmyk(21%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A0D0
2#7688C4
3#5A70B8
4#475DA5
5#3B4D89
6#2F3E6E
7#232E52
8#181F37
9#0C0F1B
Tints
Lighter variations
1#B5BFDF
2#BDC6E3
3#C6CDE6
4#CED4EA
5#D6DBED
6#DEE3F1
7#E6EAF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#AFB9D9
2#B2BAD7
3#B4BCD5
4#B6BDD2
5#B9BED0
6#BBBFCE
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 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DC | BordersInactive statesPlaceholder text |
| 400 | 8293 #8293C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E74 #5E74BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4358 #43589D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #263259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #182039 | 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: #E6E9F4;
--silver-200: #D1D7EB;
--silver-300: #ADB8DC;
--silver-400: #8293C9;
--silver-500: #5E74BA;
--silver-600: #43589D;
--silver-700: #36467D;
--silver-800: #263259;
--silver-900: #182039;
--silver-950: #0F1424;
}