Silver
#ADADDB
BlueColor Codes
All color formats for development
HEX
#ADADDBRGB
rgb(173, 173, 219)HSL
hsl(240, 39%, 77%)OKLCH
oklch(0.764 0.066 284.7)CMYK
cmyk(21%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9292CF
2#7777C3
3#5C5CB7
4#4848A4
5#3C3C88
6#30306D
7#242452
8#181837
9#0C0C1B
Tints
Lighter variations
1#B6B6DF
2#BEBEE2
3#C6C6E6
4#CECEEA
5#D6D6ED
6#DEDEF1
7#E7E7F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#B0B0D9
2#B2B2D7
3#B4B4D4
4#B7B7D2
5#B9B9D0
6#BBBBCD
7#BDBDCB
8#C0C0C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FA;
--silver-100: #E6E6F4;
--silver-200: #D1D1EB;
--silver-300: #ADADDB;
--silver-400: #8383C9;
--silver-500: #5F5FB9;
--silver-600: #44449C;
--silver-700: #36367C;
--silver-800: #272759;
--silver-900: #191939;
--silver-950: #101023;
}