Silver
#AFC1DA
BlueColor Codes
All color formats for development
HEX
#AFC1DARGB
rgb(175, 193, 218)HSL
hsl(215, 37%, 77%)OKLCH
oklch(0.805 0.041 256.6)CMYK
cmyk(20%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94ACCE
2#7997C1
3#5E82B5
4#4A6FA1
5#3E5C86
6#314A6C
7#253751
8#192536
9#0C121B
Tints
Lighter variations
1#B7C7DE
2#BFCDE1
3#C7D3E5
4#CFDAE9
5#D7E0ED
6#DFE6F0
7#E7ECF4
8#EFF3F8
9#F7F9FB
Tones
Muted variations
1#B1C1D8
2#B3C1D6
3#B5C2D4
4#B7C2D1
5#B9C3CF
6#BCC3CD
7#BEC3CB
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 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A0 #85A0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6285 #6285B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4769 #47699A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3854 #38547A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283C #283C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E7ECF4;
--silver-200: #D2DCEA;
--silver-300: #AFC1DA;
--silver-400: #85A0C7;
--silver-500: #6285B7;
--silver-600: #47699A;
--silver-700: #38547A;
--silver-800: #283C57;
--silver-900: #1A2638;
--silver-950: #101823;
}