Silver
#AFB2D9
BlueColor Codes
All color formats for development
HEX
#AFB2D9RGB
rgb(175, 178, 217)HSL
hsl(236, 36%, 77%)OKLCH
oklch(0.774 0.056 281.6)CMYK
cmyk(19%, 18%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9598CD
2#7A7FC0
3#5F65B4
4#4B51A0
5#3F4486
6#32366B
7#262950
8#191B35
9#0D0E1B
Tints
Lighter variations
1#B7BADD
2#BFC1E1
3#C7C9E5
4#CFD1E8
5#D7D9EC
6#DFE0F0
7#E7E8F4
8#EFF0F7
9#F7F7FB
Tones
Muted variations
1#B1B4D7
2#B3B6D5
3#B6B8D3
4#B8B9D1
5#BABBCF
6#BCBDCD
7#BEBFCB
8#C0C1C9
9#C2C3C6
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 | AFB2 #AFB2D9 | BordersInactive statesPlaceholder text |
| 400 | 868A #868AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6368 #6368B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484D #484D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393D #393D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292C #292C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | 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: #AFB2D9;
--silver-400: #868AC6;
--silver-500: #6368B6;
--silver-600: #484D99;
--silver-700: #393D79;
--silver-800: #292C57;
--silver-900: #1A1C37;
--silver-950: #101223;
}