Silver
#AFB1DA
BlueColor Codes
All color formats for development
HEX
#AFB1DARGB
rgb(175, 177, 218)HSL
hsl(237, 37%, 77%)OKLCH
oklch(0.773 0.058 282.7)CMYK
cmyk(20%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9497CE
2#797CC1
3#5E62B5
4#4A4FA1
5#3E4186
6#31346C
7#252751
8#191A36
9#0C0D1B
Tints
Lighter variations
1#B7B9DE
2#BFC0E1
3#C7C8E5
4#CFD0E9
5#D7D8ED
6#DFE0F0
7#E7E8F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#B1B3D8
2#B3B5D6
3#B5B7D4
4#B7B9D1
5#B9BBCF
6#BCBDCD
7#BEBECB
8#C0C0C9
9#C2C2C7
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 #AFB1DA | BordersInactive statesPlaceholder text |
| 400 | 8588 #8588C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6266 #6266B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474B #474B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383C #383C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | 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: #AFB1DA;
--silver-400: #8588C7;
--silver-500: #6266B7;
--silver-600: #474B9A;
--silver-700: #383C7A;
--silver-800: #282B57;
--silver-900: #1A1B38;
--silver-950: #101123;
}