Silver
#AFB8D9
BlueColor Codes
All color formats for development
HEX
#AFB8D9RGB
rgb(175, 184, 217)HSL
hsl(227, 36%, 77%)OKLCH
oklch(0.786 0.048 273.2)CMYK
cmyk(19%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A1CD
2#7A89C0
3#5F71B4
4#4B5EA0
5#3F4E86
6#323F6B
7#262F50
8#191F35
9#0D101B
Tints
Lighter variations
1#B7BFDD
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#B8BDD1
5#BABECF
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 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8694 #8694C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6375 #6375B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4859 #485999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3947 #394779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2933 #293357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | 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: #E7EAF4;
--silver-200: #D2D7EA;
--silver-300: #AFB8D9;
--silver-400: #8694C6;
--silver-500: #6375B6;
--silver-600: #485999;
--silver-700: #394779;
--silver-800: #293357;
--silver-900: #1A2037;
--silver-950: #101423;
}