Silver
#AFCADA
BlueColor Codes
All color formats for development
HEX
#AFCADARGB
rgb(175, 202, 218)HSL
hsl(202, 37%, 77%)OKLCH
oklch(0.824 0.037 233.9)CMYK
cmyk(20%, 7%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94B8CE
2#79A7C1
3#5E95B5
4#4A81A1
5#3E6C86
6#31566C
7#254151
8#192B36
9#0C161B
Tints
Lighter variations
1#B7CFDE
2#BFD5E1
3#C7DAE5
4#CFDFE9
5#D7E5ED
6#DFEAF0
7#E7EFF4
8#EFF4F8
9#F7FAFB
Tones
Muted variations
1#B1CAD8
2#B3C9D6
3#B5C8D4
4#B7C8D1
5#B9C7CF
6#BCC7CD
7#BEC6CB
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 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCA #AFCADA | BordersInactive statesPlaceholder text |
| 400 | 85AF #85AFC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6298 #6298B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477B #477B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3862 #38627A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2846 #284657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D38 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8FA;
--silver-100: #E7EFF4;
--silver-200: #D2E1EA;
--silver-300: #AFCADA;
--silver-400: #85AFC7;
--silver-500: #6298B7;
--silver-600: #477B9A;
--silver-700: #38627A;
--silver-800: #284657;
--silver-900: #1A2D38;
--silver-950: #101C23;
}