Silver
#AFB4DA
BlueColor Codes
All color formats for development
HEX
#AFB4DARGB
rgb(175, 180, 218)HSL
hsl(233, 37%, 77%)OKLCH
oklch(0.779 0.054 279.2)CMYK
cmyk(20%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#949BCE
2#7981C1
3#5E68B5
4#4A54A1
5#3E4686
6#31386C
7#252A51
8#191C36
9#0C0E1B
Tints
Lighter variations
1#B7BBDE
2#BFC3E1
3#C7CAE5
4#CFD2E9
5#D7D9ED
6#DFE1F0
7#E7E8F4
8#EFF0F8
9#F7F7FB
Tones
Muted variations
1#B1B5D8
2#B3B7D6
3#B5B9D4
4#B7BAD1
5#B9BCCF
6#BCBECD
7#BEBFCB
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 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858C #858CC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626C #626CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4750 #47509A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3840 #38407A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E8F4;
--silver-200: #D2D4EA;
--silver-300: #AFB4DA;
--silver-400: #858CC7;
--silver-500: #626CB7;
--silver-600: #47509A;
--silver-700: #38407A;
--silver-800: #282E57;
--silver-900: #1A1D38;
--silver-950: #101223;
}