Silver
#ADB3DB
BlueColor Codes
All color formats for development
HEX
#ADB3DBRGB
rgb(173, 179, 219)HSL
hsl(232, 39%, 77%)OKLCH
oklch(0.776 0.057 278.3)CMYK
cmyk(21%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#929ACF
2#7781C3
3#5C68B7
4#4854A4
5#3C4688
6#30386D
7#242A52
8#181C37
9#0C0E1B
Tints
Lighter variations
1#B6BBDF
2#BEC3E2
3#C6CAE6
4#CED2EA
5#D6D9ED
6#DEE1F1
7#E7E8F4
8#EFF0F8
9#F7F7FB
Tones
Muted variations
1#B0B5D9
2#B2B7D7
3#B4B9D4
4#B7BAD2
5#B9BCD0
6#BBBECD
7#BDBFCB
8#C0C1C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838C #838CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6B #5F6BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4450 #44509C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | 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: #F4F5FA;
--silver-100: #E6E8F4;
--silver-200: #D1D4EB;
--silver-300: #ADB4DB;
--silver-400: #838CC9;
--silver-500: #5F6BB9;
--silver-600: #44509C;
--silver-700: #36407C;
--silver-800: #272E59;
--silver-900: #191D39;
--silver-950: #101223;
}