Silver
#ADC7DB
BlueColor Codes
All color formats for development
HEX
#ADC7DBRGB
rgb(173, 199, 219)HSL
hsl(206, 39%, 77%)OKLCH
oklch(0.817 0.04 241.1)CMYK
cmyk(21%, 9%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92B5CF
2#77A2C3
3#5C90B7
4#487CA4
5#3C6788
6#30536D
7#243E52
8#182937
9#0C151B
Tints
Lighter variations
1#B6CDDF
2#BED3E2
3#C6D8E6
4#CEDEEA
5#D6E3ED
6#DEE9F1
7#E7EEF4
8#EFF4F8
9#F7F9FB
Tones
Muted variations
1#B0C7D9
2#B2C7D7
3#B4C6D4
4#B7C6D2
5#B9C6D0
6#BBC6CD
7#BDC5CB
8#C0C5C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83AA #83AAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F92 #5F92B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4476 #44769C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2743 #274359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F8FA;
--silver-100: #E6EEF4;
--silver-200: #D1E0EB;
--silver-300: #ADC7DB;
--silver-400: #83AAC9;
--silver-500: #5F92B9;
--silver-600: #44769C;
--silver-700: #365E7C;
--silver-800: #274359;
--silver-900: #192B39;
--silver-950: #101B23;
}