Silver
#AFB7D9
BlueColor Codes
All color formats for development
HEX
#AFB7D9RGB
rgb(175, 183, 217)HSL
hsl(229, 36%, 77%)OKLCH
oklch(0.784 0.049 274.8)CMYK
cmyk(19%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#959FCD
2#7A87C0
3#5F6FB4
4#4B5BA0
5#3F4C86
6#323D6B
7#262D50
8#191E35
9#0D0F1B
Tints
Lighter variations
1#B7BEDD
2#BFC5E1
3#C7CDE5
4#CFD4E8
5#D7DBEC
6#DFE2F0
7#E7E9F4
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B1B8D7
2#B3BAD5
3#B6BBD3
4#B8BCD1
5#BABECF
6#BCBFCD
7#BEC0CB
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 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7D9 | BordersInactive statesPlaceholder text |
| 400 | 8691 #8691C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6372 #6372B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4857 #485799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3945 #394579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2931 #293157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7E9F4;
--silver-200: #D2D6EA;
--silver-300: #AFB7D9;
--silver-400: #8691C6;
--silver-500: #6372B6;
--silver-600: #485799;
--silver-700: #394579;
--silver-800: #293157;
--silver-900: #1A1F37;
--silver-950: #101423;
}