Silver
#AFBBDA
BlueColor Codes
All color formats for development
HEX
#AFBBDARGB
rgb(175, 187, 218)HSL
hsl(223, 37%, 77%)OKLCH
oklch(0.793 0.046 268.6)CMYK
cmyk(20%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94A4CE
2#798DC1
3#5E77B5
4#4A63A1
5#3E5286
6#31426C
7#253151
8#192136
9#0C101B
Tints
Lighter variations
1#B7C2DE
2#BFC9E1
3#C7CFE5
4#CFD6E9
5#D7DDED
6#DFE4F0
7#E7EBF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B1BCD8
2#B3BDD6
3#B5BED4
4#B7BFD1
5#B9C0CF
6#BCC1CD
7#BEC2CB
8#C0C2C9
9#C2C3C7
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 #AFBBDA | BordersInactive statesPlaceholder text |
| 400 | 8597 #8597C7 | Disabled statesSecondary iconsMuted text |
| 500 | 627A #627AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475E #475E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384B #384B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2836 #283657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | 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: #D2D9EA;
--silver-300: #AFBBDA;
--silver-400: #8597C7;
--silver-500: #627AB7;
--silver-600: #475E9A;
--silver-700: #384B7A;
--silver-800: #283657;
--silver-900: #1A2238;
--silver-950: #101523;
}