Silver
#ADB4DC
BlueColor Codes
All color formats for development
HEX
#ADB4DCRGB
rgb(173, 180, 220)HSL
hsl(231, 40%, 77%)OKLCH
oklch(0.778 0.058 277.2)CMYK
cmyk(21%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919BD0
2#7682C4
3#5A69B8
4#4755A5
5#3B4789
6#2F396E
7#232A52
8#181C37
9#0C0E1B
Tints
Lighter variations
1#B5BBDF
2#BDC3E3
3#C6CAE6
4#CED2EA
5#D6D9ED
6#DEE1F1
7#E6E8F4
8#EFF0F8
9#F7F7FB
Tones
Muted variations
1#AFB6D9
2#B2B7D7
3#B4B9D5
4#B6BAD2
5#B9BCD0
6#BBBECE
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 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DC | BordersInactive statesPlaceholder text |
| 400 | 828D #828DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6C #5E6CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4351 #43519D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E8F4;
--silver-200: #D1D5EB;
--silver-300: #ADB4DC;
--silver-400: #828DC9;
--silver-500: #5E6CBA;
--silver-600: #43519D;
--silver-700: #36407D;
--silver-800: #262E59;
--silver-900: #181D39;
--silver-950: #0F1224;
}