Silver
#AFC4D9
BlueColor Codes
All color formats for development
HEX
#AFC4D9RGB
rgb(175, 196, 217)HSL
hsl(210, 36%, 77%)OKLCH
oklch(0.811 0.038 248.3)CMYK
cmyk(19%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95B1CD
2#7A9DC0
3#5F89B4
4#4B76A0
5#3F6286
6#324F6B
7#263B50
8#192735
9#0D141B
Tints
Lighter variations
1#B7CADD
2#BFD0E1
3#C7D6E5
4#CFDCE8
5#D7E2EC
6#DFE8F0
7#E7EDF4
8#EFF3F7
9#F7F9FB
Tones
Muted variations
1#B1C4D7
2#B3C4D5
3#B6C4D3
4#B8C4D1
5#BAC4CF
6#BCC4CD
7#BEC4CB
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 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A6 #86A6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638C #638CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4870 #487099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3959 #395979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2940 #294057 | 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: #AFC4D9;
--silver-400: #86A6C6;
--silver-500: #638CB6;
--silver-600: #487099;
--silver-700: #395979;
--silver-800: #294057;
--silver-900: #1A2937;
--silver-950: #101A23;
}