Silver
#AFC6DA
BlueColor Codes
All color formats for development
HEX
#AFC6DARGB
rgb(175, 198, 218)HSL
hsl(208, 37%, 77%)OKLCH
oklch(0.816 0.038 244.5)CMYK
cmyk(20%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94B3CE
2#799FC1
3#5E8CB5
4#4A79A1
5#3E6586
6#31506C
7#253C51
8#192836
9#0C141B
Tints
Lighter variations
1#B7CCDE
2#BFD1E1
3#C7D7E5
4#CFDDE9
5#D7E2ED
6#DFE8F0
7#E7EEF4
8#EFF4F8
9#F7F9FB
Tones
Muted variations
1#B1C6D8
2#B3C6D6
3#B5C5D4
4#B7C5D1
5#B9C5CF
6#BCC5CD
7#BEC5CB
8#C0C5C9
9#C2C4C7
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 #AFC6DA | BordersInactive statesPlaceholder text |
| 400 | 85A8 #85A8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628F #628FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4773 #47739A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385B #385B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | 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: #AFC6DA;
--silver-400: #85A8C7;
--silver-500: #628FB7;
--silver-600: #47739A;
--silver-700: #385B7A;
--silver-800: #284157;
--silver-900: #1A2A38;
--silver-950: #101A23;
}