Silver
#ADCDDC
BlueColor Codes
All color formats for development
HEX
#ADCDDCRGB
rgb(173, 205, 220)HSL
hsl(199, 40%, 77%)OKLCH
oklch(0.83 0.04 227.9)CMYK
cmyk(21%, 7%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91BCD0
2#76ABC4
3#5A9BB8
4#4787A5
5#3B7189
6#2F5A6E
7#234452
8#182D37
9#0C171B
Tints
Lighter variations
1#B5D2DF
2#BDD7E3
3#C6DCE6
4#CEE1EA
5#D6E6ED
6#DEEBF1
7#E6F0F4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#AFCCD9
2#B2CBD7
3#B4CAD5
4#B6CAD2
5#B9C9D0
6#BBC8CE
7#BDC7CB
8#C0C6C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDC | BordersInactive statesPlaceholder text |
| 400 | 82B3 #82B3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9D #5E9DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4381 #43819D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3666 #36667D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2649 #264959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FA;
--silver-100: #E6F0F4;
--silver-200: #D1E3EB;
--silver-300: #ADCDDC;
--silver-400: #82B3C9;
--silver-500: #5E9DBA;
--silver-600: #43819D;
--silver-700: #36667D;
--silver-800: #264959;
--silver-900: #182F39;
--silver-950: #0F1D24;
}