Silver
#AFC5DA
BlueColor Codes
All color formats for development
HEX
#AFC5DARGB
rgb(175, 197, 218)HSL
hsl(209, 37%, 77%)OKLCH
oklch(0.814 0.038 247)CMYK
cmyk(20%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94B2CE
2#799EC1
3#5E8BB5
4#4A77A1
5#3E6386
6#31506C
7#253C51
8#192836
9#0C141B
Tints
Lighter variations
1#B7CBDE
2#BFD1E1
3#C7D6E5
4#CFDCE9
5#D7E2ED
6#DFE8F0
7#E7EEF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B1C5D8
2#B3C5D6
3#B5C5D4
4#B7C5D1
5#B9C5CF
6#BCC5CD
7#BEC5CB
8#C0C4C9
9#C2C4C7
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 #AFC5DA | BordersInactive statesPlaceholder text |
| 400 | 85A7 #85A7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628E #628EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4772 #47729A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385A #385A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | 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: #AFC5DA;
--silver-400: #85A7C7;
--silver-500: #628EB7;
--silver-600: #47729A;
--silver-700: #385A7A;
--silver-800: #284157;
--silver-900: #1A2938;
--silver-950: #101A23;
}