Silver
#ADBBDC
BlueColor Codes
All color formats for development
HEX
#ADBBDCRGB
rgb(173, 187, 220)HSL
hsl(222, 40%, 77%)OKLCH
oklch(0.792 0.049 267.1)CMYK
cmyk(21%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A4D0
2#768DC4
3#5A77B8
4#4763A5
5#3B5289
6#2F426E
7#233152
8#182137
9#0C101B
Tints
Lighter variations
1#B5C2DF
2#BDC9E3
3#C6CFE6
4#CED6EA
5#D6DDED
6#DEE4F1
7#E6EBF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#AFBCD9
2#B2BDD7
3#B4BED5
4#B6BFD2
5#B9C0D0
6#BBC1CE
7#BDC2CB
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 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDC | BordersInactive statesPlaceholder text |
| 400 | 8297 #8297C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7A #5E7ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435E #435E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #182239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EAF4;
--silver-200: #D1D9EB;
--silver-300: #ADBBDC;
--silver-400: #8297C9;
--silver-500: #5E7ABA;
--silver-600: #435E9D;
--silver-700: #364B7D;
--silver-800: #263659;
--silver-900: #182239;
--silver-950: #0F1524;
}