Silver
#AFB3DA
BlueColor Codes
All color formats for development
HEX
#AFB3DARGB
rgb(175, 179, 218)HSL
hsl(234, 37%, 77%)OKLCH
oklch(0.777 0.056 280.4)CMYK
cmyk(20%, 18%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#949ACE
2#7980C1
3#5E67B5
4#4A53A1
5#3E4586
6#31376C
7#252951
8#191C36
9#0C0E1B
Tints
Lighter variations
1#B7BBDE
2#BFC2E1
3#C7CAE5
4#CFD1E9
5#D7D9ED
6#DFE1F0
7#E7E8F4
8#EFF0F8
9#F7F7FB
Tones
Muted variations
1#B1B5D8
2#B3B6D6
3#B5B8D4
4#B7BAD1
5#B9BCCF
6#BCBDCD
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 | AFB3 #AFB3DA | BordersInactive statesPlaceholder text |
| 400 | 858B #858BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626A #626AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474F #474F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383F #383F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282D #282D57 | 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: #AFB3DA;
--silver-400: #858BC7;
--silver-500: #626AB7;
--silver-600: #474F9A;
--silver-700: #383F7A;
--silver-800: #282D57;
--silver-900: #1A1D38;
--silver-950: #101223;
}