Silver
#ADC2DB
BlueColor Codes
All color formats for development
HEX
#ADC2DBRGB
rgb(173, 194, 219)HSL
hsl(213, 39%, 77%)OKLCH
oklch(0.806 0.042 252.9)CMYK
cmyk(21%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92AECF
2#7799C3
3#5C85B7
4#4871A4
5#3C5E88
6#304B6D
7#243952
8#182637
9#0C131B
Tints
Lighter variations
1#B6C8DF
2#BECEE2
3#C6D4E6
4#CEDAEA
5#D6E1ED
6#DEE7F1
7#E7EDF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B0C2D9
2#B2C3D7
3#B4C3D4
4#B7C3D2
5#B9C3D0
6#BBC3CD
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 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DB | BordersInactive statesPlaceholder text |
| 400 | 83A2 #83A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F88 #5F88B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446C #446C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273D #273D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FA;
--silver-100: #E6ECF4;
--silver-200: #D1DDEB;
--silver-300: #ADC2DB;
--silver-400: #83A2C9;
--silver-500: #5F88B9;
--silver-600: #446C9C;
--silver-700: #36567C;
--silver-800: #273D59;
--silver-900: #192739;
--silver-950: #101923;
}