Silver
#ADC4DB
BlueColor Codes
All color formats for development
HEX
#ADC4DBRGB
rgb(173, 196, 219)HSL
hsl(210, 39%, 77%)OKLCH
oklch(0.81 0.041 248.3)CMYK
cmyk(21%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92B1CF
2#779DC3
3#5C89B7
4#4876A4
5#3C6288
6#304F6D
7#243B52
8#182737
9#0C141B
Tints
Lighter variations
1#B6CADF
2#BED0E2
3#C6D6E6
4#CEDCEA
5#D6E2ED
6#DEE8F1
7#E7EDF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B0C4D9
2#B2C4D7
3#B4C4D4
4#B7C4D2
5#B9C4D0
6#BBC4CD
7#BDC4CB
8#C0C4C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6EDF4;
--silver-200: #D1DEEB;
--silver-300: #ADC4DB;
--silver-400: #83A6C9;
--silver-500: #5F8CB9;
--silver-600: #44709C;
--silver-700: #36597C;
--silver-800: #274059;
--silver-900: #192939;
--silver-950: #101A23;
}