Silver
#AFC6D9
BlueColor Codes
All color formats for development
HEX
#AFC6D9RGB
rgb(175, 198, 217)HSL
hsl(207, 36%, 77%)OKLCH
oklch(0.815 0.037 243.1)CMYK
cmyk(19%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95B4CD
2#7AA1C0
3#5F8EB4
4#4B7AA0
5#3F6686
6#32516B
7#263D50
8#192935
9#0D141B
Tints
Lighter variations
1#B7CCDD
2#BFD2E1
3#C7D7E5
4#CFDDE8
5#D7E3EC
6#DFE8F0
7#E7EEF4
8#EFF4F7
9#F7F9FB
Tones
Muted variations
1#B1C6D7
2#B3C6D5
3#B6C6D3
4#B8C6D1
5#BAC5CF
6#BCC5CD
7#BEC5CB
8#C0C5C9
9#C2C5C6
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 | AFC6 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | 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: #AFC6D9;
--silver-400: #86A9C6;
--silver-500: #6390B6;
--silver-600: #487499;
--silver-700: #395C79;
--silver-800: #294257;
--silver-900: #1A2A37;
--silver-950: #101A23;
}