Silver
#AFC5D9
BlueColor Codes
All color formats for development
HEX
#AFC5D9RGB
rgb(175, 197, 217)HSL
hsl(209, 36%, 77%)OKLCH
oklch(0.813 0.037 245.7)CMYK
cmyk(19%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95B2CD
2#7A9EC0
3#5F8BB4
4#4B77A0
5#3F6386
6#324F6B
7#263C50
8#192835
9#0D141B
Tints
Lighter variations
1#B7CBDD
2#BFD1E1
3#C7D6E5
4#CFDCE8
5#D7E2EC
6#DFE8F0
7#E7EEF4
8#EFF3F7
9#F7F9FB
Tones
Muted variations
1#B1C5D7
2#B3C5D5
3#B6C5D3
4#B8C5D1
5#BAC5CF
6#BCC5CD
7#BEC5CB
8#C0C4C9
9#C2C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC5 #AFC5D9 | BordersInactive statesPlaceholder text |
| 400 | 86A7 #86A7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638E #638EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4872 #487299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395A #395A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2941 #294157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | 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: #F5F7FA;
--silver-100: #E7EDF4;
--silver-200: #D2DEEA;
--silver-300: #AFC5D9;
--silver-400: #86A7C6;
--silver-500: #638EB6;
--silver-600: #487299;
--silver-700: #395A79;
--silver-800: #294157;
--silver-900: #1A2937;
--silver-950: #101A23;
}