Silver
#AFB6DA
BlueColor Codes
All color formats for development
HEX
#AFB6DARGB
rgb(175, 182, 218)HSL
hsl(230, 37%, 77%)OKLCH
oklch(0.783 0.052 276.5)CMYK
cmyk(20%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#949DCE
2#7985C1
3#5E6CB5
4#4A59A1
5#3E4A86
6#313B6C
7#252C51
8#191E36
9#0C0F1B
Tints
Lighter variations
1#B7BDDE
2#BFC5E1
3#C7CCE5
4#CFD3E9
5#D7DAED
6#DFE2F0
7#E7E9F4
8#EFF0F8
9#F7F8FB
Tones
Muted variations
1#B1B7D8
2#B3B9D6
3#B5BAD4
4#B7BCD1
5#B9BDCF
6#BCBFCD
7#BEC0CB
8#C0C1C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6DA | BordersInactive statesPlaceholder text |
| 400 | 8590 #8590C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6270 #6270B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4755 #47559A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3843 #38437A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2830 #283057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E9F4;
--silver-200: #D2D6EA;
--silver-300: #AFB6DA;
--silver-400: #8590C7;
--silver-500: #6270B7;
--silver-600: #47559A;
--silver-700: #38437A;
--silver-800: #283057;
--silver-900: #1A1F38;
--silver-950: #101323;
}