Silver
#AFCFDA
BlueColor Codes
All color formats for development
HEX
#AFCFDARGB
rgb(175, 207, 218)HSL
hsl(195, 37%, 77%)OKLCH
oklch(0.835 0.037 220.6)CMYK
cmyk(20%, 5%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94BFCE
2#79AFC1
3#5E9FB5
4#4A8CA1
5#3E7486
6#315D6C
7#254651
8#192F36
9#0C171B
Tints
Lighter variations
1#B7D4DE
2#BFD9E1
3#C7DEE5
4#CFE2E9
5#D7E7ED
6#DFECF0
7#E7F1F4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#B1CED8
2#B3CDD6
3#B5CCD4
4#B7CBD1
5#B9CACF
6#BCC9CD
7#BEC8CB
8#C0C7C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCF #AFCFDA | BordersInactive statesPlaceholder text |
| 400 | 85B6 #85B6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A1 #62A1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4785 #47859A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386A #386A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F9FA;
--silver-100: #E7F0F4;
--silver-200: #D2E4EA;
--silver-300: #AFCFDA;
--silver-400: #85B6C7;
--silver-500: #62A1B7;
--silver-600: #47859A;
--silver-700: #386A7A;
--silver-800: #284C57;
--silver-900: #1A3038;
--silver-950: #101E23;
}