Silver
#AFB1D9
BlueColor Codes
All color formats for development
HEX
#AFB1D9RGB
rgb(175, 177, 217)HSL
hsl(237, 36%, 77%)OKLCH
oklch(0.772 0.057 282.7)CMYK
cmyk(19%, 18%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9597CD
2#7A7DC0
3#5F63B4
4#4B50A0
5#3F4286
6#32356B
7#262850
8#191B35
9#0D0D1B
Tints
Lighter variations
1#B7B9DD
2#BFC1E1
3#C7C9E5
4#CFD0E8
5#D7D8EC
6#DFE0F0
7#E7E8F4
8#EFEFF7
9#F7F7FB
Tones
Muted variations
1#B1B3D7
2#B3B5D5
3#B6B7D3
4#B8B9D1
5#BABBCF
6#BCBDCD
7#BEBFCB
8#C0C1C9
9#C2C2C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8689 #8689C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6367 #6367B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484C #484C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393C #393C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292B #292B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E7F4;
--silver-200: #D2D3EA;
--silver-300: #AFB1D9;
--silver-400: #8689C6;
--silver-500: #6367B6;
--silver-600: #484C99;
--silver-700: #393C79;
--silver-800: #292B57;
--silver-900: #1A1C37;
--silver-950: #101123;
}