Silver
#ADB4DB
BlueColor Codes
All color formats for development
HEX
#ADB4DBRGB
rgb(173, 180, 219)HSL
hsl(231, 39%, 77%)OKLCH
oklch(0.778 0.056 277)CMYK
cmyk(21%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#929BCF
2#7782C3
3#5C69B7
4#4856A4
5#3C4788
6#30396D
7#242B52
8#181D37
9#0C0E1B
Tints
Lighter variations
1#B6BCDF
2#BEC3E2
3#C6CBE6
4#CED2EA
5#D6DAED
6#DEE1F1
7#E7E9F4
8#EFF0F8
9#F7F8FB
Tones
Muted variations
1#B0B6D9
2#B2B8D7
3#B4B9D4
4#B7BBD2
5#B9BCD0
6#BBBECD
7#BDC0CB
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 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838D #838DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6D #5F6DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4452 #44529C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3641 #36417C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191E #191E39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | 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: #ADB4DB;
--silver-400: #838DC9;
--silver-500: #5F6DB9;
--silver-600: #44529C;
--silver-700: #36417C;
--silver-800: #272E59;
--silver-900: #191E39;
--silver-950: #101323;
}