Silver
#AFBAD9
BlueColor Codes
All color formats for development
HEX
#AFBAD9RGB
rgb(175, 186, 217)HSL
hsl(224, 36%, 77%)OKLCH
oklch(0.791 0.046 269.9)CMYK
cmyk(19%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A4CD
2#7A8DC0
3#5F76B4
4#4B62A0
5#3F5286
6#32416B
7#263150
8#192135
9#0D101B
Tints
Lighter variations
1#B7C1DD
2#BFC8E1
3#C7CFE5
4#CFD6E8
5#D7DDEC
6#DFE4F0
7#E7EAF4
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B1BBD7
2#B3BCD5
3#B6BDD3
4#B8BED1
5#BABFCF
6#BCC0CD
7#BEC1CB
8#C0C2C9
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8697 #8697C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6379 #6379B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485D #485D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394A #394A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2935 #293557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7EAF4;
--silver-200: #D2D8EA;
--silver-300: #AFBAD9;
--silver-400: #8697C6;
--silver-500: #6379B6;
--silver-600: #485D99;
--silver-700: #394A79;
--silver-800: #293557;
--silver-900: #1A2237;
--silver-950: #101523;
}