Silver
#AFB9D9
BlueColor Codes
All color formats for development
HEX
#AFB9D9RGB
rgb(175, 185, 217)HSL
hsl(226, 36%, 77%)OKLCH
oklch(0.789 0.047 271.6)CMYK
cmyk(19%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A2CD
2#7A8AC0
3#5F73B4
4#4B5FA0
5#3F4F86
6#323F6B
7#263050
8#192035
9#0D101B
Tints
Lighter variations
1#B7C0DD
2#BFC7E1
3#C7CEE5
4#CFD5E8
5#D7DCEC
6#DFE3F0
7#E7EAF4
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B1BAD7
2#B3BBD5
3#B6BCD3
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 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9D9 | BordersInactive statesPlaceholder text |
| 400 | 8695 #8695C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6376 #6376B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485B #485B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3948 #394879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | 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: #D2D7EA;
--silver-300: #AFB9D9;
--silver-400: #8695C6;
--silver-500: #6376B6;
--silver-600: #485B99;
--silver-700: #394879;
--silver-800: #293457;
--silver-900: #1A2137;
--silver-950: #101523;
}