Silver
#AFB7DA
BlueColor Codes
All color formats for development
HEX
#AFB7DARGB
rgb(175, 183, 218)HSL
hsl(229, 37%, 77%)OKLCH
oklch(0.785 0.051 275.1)CMYK
cmyk(20%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#949ECE
2#7986C1
3#5E6EB5
4#4A5AA1
5#3E4B86
6#313C6C
7#252D51
8#191E36
9#0C0F1B
Tints
Lighter variations
1#B7BEDE
2#BFC5E1
3#C7CCE5
4#CFD4E9
5#D7DBED
6#DFE2F0
7#E7E9F4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B1B8D8
2#B3B9D6
3#B5BBD4
4#B7BCD1
5#B9BDCF
6#BCBFCD
7#BEC0CB
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 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7DA | BordersInactive statesPlaceholder text |
| 400 | 8591 #8591C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6271 #6271B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4756 #47569A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3844 #38447A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2831 #283157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | 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: #AFB7DA;
--silver-400: #8591C7;
--silver-500: #6271B7;
--silver-600: #47569A;
--silver-700: #38447A;
--silver-800: #283157;
--silver-900: #1A1F38;
--silver-950: #101423;
}