Silver
#AFCCDA
BlueColor Codes
All color formats for development
HEX
#AFCCDARGB
rgb(175, 204, 218)HSL
hsl(200, 37%, 77%)OKLCH
oklch(0.828 0.037 228.5)CMYK
cmyk(20%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94BACE
2#79A9C1
3#5E98B5
4#4A84A1
5#3E6E86
6#31586C
7#254251
8#192C36
9#0C161B
Tints
Lighter variations
1#B7D1DE
2#BFD6E1
3#C7DBE5
4#CFE0E9
5#D7E5ED
6#DFEAF0
7#E7F0F4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#B1CBD8
2#B3CAD6
3#B5C9D4
4#B7C9D1
5#B9C8CF
6#BCC7CD
7#BEC7CB
8#C0C6C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B1 #85B1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629A #629AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477E #477E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3864 #38647A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8FA;
--silver-100: #E7EFF4;
--silver-200: #D2E2EA;
--silver-300: #AFCCDA;
--silver-400: #85B1C7;
--silver-500: #629AB7;
--silver-600: #477E9A;
--silver-700: #38647A;
--silver-800: #284857;
--silver-900: #1A2E38;
--silver-950: #101D23;
}