Silver
#ADB7DC
BlueColor Codes
All color formats for development
HEX
#ADB7DCRGB
rgb(173, 183, 220)HSL
hsl(227, 40%, 77%)OKLCH
oklch(0.784 0.054 273.2)CMYK
cmyk(21%, 17%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919FD0
2#7687C4
3#5A6FB8
4#475BA5
5#3B4C89
6#2F3D6E
7#232E52
8#181E37
9#0C0F1B
Tints
Lighter variations
1#B5BEDF
2#BDC5E3
3#C6CDE6
4#CED4EA
5#D6DBED
6#DEE2F1
7#E6E9F4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#AFB8D9
2#B2BAD7
3#B4BBD5
4#B6BCD2
5#B9BED0
6#BBBFCE
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 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DC | BordersInactive statesPlaceholder text |
| 400 | 8292 #8292C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E72 #5E72BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4357 #43579D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3645 #36457D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #263159 | 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: #D1D6EB;
--silver-300: #ADB7DC;
--silver-400: #8292C9;
--silver-500: #5E72BA;
--silver-600: #43579D;
--silver-700: #36457D;
--silver-800: #263159;
--silver-900: #182039;
--silver-950: #0F1424;
}