Silver
#AFAFD9
BlueColor Codes
All color formats for development
HEX
#AFAFD9RGB
rgb(175, 175, 217)HSL
hsl(240, 36%, 77%)OKLCH
oklch(0.768 0.06 284.9)CMYK
cmyk(19%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9595CD
2#7A7AC0
3#5F5FB4
4#4B4BA0
5#3F3F86
6#32326B
7#262650
8#191935
9#0D0D1B
Tints
Lighter variations
1#B7B7DD
2#BFBFE1
3#C7C7E5
4#CFCFE8
5#D7D7EC
6#DFDFF0
7#E7E7F4
8#EFEFF7
9#F7F7FB
Tones
Muted variations
1#B1B1D7
2#B3B3D5
3#B6B6D3
4#B8B8D1
5#BABACF
6#BCBCCD
7#BEBECB
8#C0C0C9
9#C2C2C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFD9 | BordersInactive statesPlaceholder text |
| 400 | 8686 #8686C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6363 #6363B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4848 #484899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3939 #393979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2929 #292957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A37 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E7F4;
--silver-200: #D2D2EA;
--silver-300: #AFAFD9;
--silver-400: #8686C6;
--silver-500: #6363B6;
--silver-600: #484899;
--silver-700: #393979;
--silver-800: #292957;
--silver-900: #1A1A37;
--silver-950: #101023;
}