Silver
#AFBBD9
BlueColor Codes
All color formats for development
HEX
#AFBBD9RGB
rgb(175, 187, 217)HSL
hsl(223, 36%, 77%)OKLCH
oklch(0.793 0.045 268.1)CMYK
cmyk(19%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A5CD
2#7A8EC0
3#5F77B4
4#4B63A0
5#3F5386
6#32426B
7#263250
8#192135
9#0D111B
Tints
Lighter variations
1#B7C2DD
2#BFC9E1
3#C7D0E5
4#CFD6E8
5#D7DDEC
6#DFE4F0
7#E7EBF4
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B1BCD7
2#B3BDD5
3#B6BED3
4#B8BFD1
5#BAC0CF
6#BCC1CD
7#BEC2CB
8#C0C3C9
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBD9 | BordersInactive statesPlaceholder text |
| 400 | 8698 #8698C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637A #637AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485F #485F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394B #394B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2936 #293657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7EAF4;
--silver-200: #D2D9EA;
--silver-300: #AFBBD9;
--silver-400: #8698C6;
--silver-500: #637AB6;
--silver-600: #485F99;
--silver-700: #394B79;
--silver-800: #293657;
--silver-900: #1A2237;
--silver-950: #101623;
}