Silver
#AFC7DA
BlueColor Codes
All color formats for development
HEX
#AFC7DARGB
rgb(175, 199, 218)HSL
hsl(207, 37%, 77%)OKLCH
oklch(0.818 0.037 241.9)CMYK
cmyk(20%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94B4CE
2#79A1C1
3#5E8EB5
4#4A7AA1
5#3E6686
6#31516C
7#253D51
8#192936
9#0C141B
Tints
Lighter variations
1#B7CCDE
2#BFD2E1
3#C7D7E5
4#CFDDE9
5#D7E3ED
6#DFE8F0
7#E7EEF4
8#EFF4F8
9#F7F9FB
Tones
Muted variations
1#B1C6D8
2#B3C6D6
3#B5C6D4
4#B7C6D1
5#B9C5CF
6#BCC5CD
7#BEC5CB
8#C0C5C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85A9 #85A9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6290 #6290B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4774 #47749A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385D #385D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2842 #284257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | 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: #F5F8FA;
--silver-100: #E7EEF4;
--silver-200: #D2DFEA;
--silver-300: #AFC7DA;
--silver-400: #85A9C7;
--silver-500: #6290B7;
--silver-600: #47749A;
--silver-700: #385D7A;
--silver-800: #284257;
--silver-900: #1A2A38;
--silver-950: #101A23;
}