Silver
#AFBED9
BlueColor Codes
All color formats for development
HEX
#AFBED9RGB
rgb(175, 190, 217)HSL
hsl(219, 36%, 77%)OKLCH
oklch(0.799 0.042 262.3)CMYK
cmyk(19%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A8CD
2#7A93C0
3#5F7DB4
4#4B69A0
5#3F5886
6#32466B
7#263550
8#192335
9#0D121B
Tints
Lighter variations
1#B7C5DD
2#BFCBE1
3#C7D2E5
4#CFD8E8
5#D7DFEC
6#DFE5F0
7#E7ECF4
8#EFF2F7
9#F7F9FB
Tones
Muted variations
1#B1BFD7
2#B3BFD5
3#B6C0D3
4#B8C1D1
5#BAC1CF
6#BCC2CD
7#BEC2CB
8#C0C3C9
9#C2C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E7EBF4;
--silver-200: #D2DAEA;
--silver-300: #AFBED9;
--silver-400: #869CC6;
--silver-500: #6380B6;
--silver-600: #486499;
--silver-700: #395079;
--silver-800: #293957;
--silver-900: #1A2437;
--silver-950: #101723;
}