Silver
#ADCFDC
BlueColor Codes
All color formats for development
HEX
#ADCFDCRGB
rgb(173, 207, 220)HSL
hsl(197, 40%, 77%)OKLCH
oklch(0.834 0.041 223)CMYK
cmyk(21%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91BED0
2#76AEC4
3#5A9EB8
4#478AA5
5#3B7389
6#2F5C6E
7#234552
8#182E37
9#0C171B
Tints
Lighter variations
1#B5D3DF
2#BDD8E3
3#C6DDE6
4#CEE2EA
5#D6E7ED
6#DEECF1
7#E6F0F4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#AFCDD9
2#B2CCD7
3#B4CBD5
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 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDC | BordersInactive statesPlaceholder text |
| 400 | 82B5 #82B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA0 #5EA0BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4384 #43849D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264B #264B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #183039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F0F4;
--silver-200: #D1E4EB;
--silver-300: #ADCFDC;
--silver-400: #82B5C9;
--silver-500: #5EA0BA;
--silver-600: #43849D;
--silver-700: #36697D;
--silver-800: #264B59;
--silver-900: #183039;
--silver-950: #0F1E24;
}