Silver
#ADBDDC
BlueColor Codes
All color formats for development
HEX
#ADBDDCRGB
rgb(173, 189, 220)HSL
hsl(220, 40%, 77%)OKLCH
oklch(0.796 0.048 263.7)CMYK
cmyk(21%, 14%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91A6D0
2#7690C4
3#5A7AB8
4#4766A5
5#3B5589
6#2F446E
7#233352
8#182237
9#0C111B
Tints
Lighter variations
1#B5C3DF
2#BDCAE3
3#C6D0E6
4#CED7EA
5#D6DEED
6#DEE4F1
7#E6EBF4
8#EFF2F8
9#F7F8FB
Tones
Muted variations
1#AFBDD9
2#B2BED7
3#B4BFD5
4#B6C0D2
5#B9C0D0
6#BBC1CE
7#BDC2CB
8#C0C3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDC | BordersInactive statesPlaceholder text |
| 400 | 829A #829AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7D #5E7DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4361 #43619D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364D #364D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #263759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #182339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FA;
--silver-100: #E6EBF4;
--silver-200: #D1D9EB;
--silver-300: #ADBDDC;
--silver-400: #829AC9;
--silver-500: #5E7DBA;
--silver-600: #43619D;
--silver-700: #364D7D;
--silver-800: #263759;
--silver-900: #182339;
--silver-950: #0F1624;
}