Silver
#ADADDC
BlueColor Codes
All color formats for development
HEX
#ADADDCRGB
rgb(173, 173, 220)HSL
hsl(240, 40%, 77%)OKLCH
oklch(0.764 0.067 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#9191D0
2#7676C4
3#5A5AB8
4#4747A5
5#3B3B89
6#2F2F6E
7#232352
8#181837
9#0C0C1B
Tints
Lighter variations
1#B5B5DF
2#BDBDE3
3#C6C6E6
4#CECEEA
5#D6D6ED
6#DEDEF1
7#E6E6F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#AFAFD9
2#B2B2D7
3#B4B4D5
4#B6B6D2
5#B9B9D0
6#BBBBCE
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 #ADADDC | BordersInactive statesPlaceholder text |
| 400 | 8282 #8282C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E5E #5E5EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4343 #43439D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #262659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #181839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | 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: #ADADDC;
--silver-400: #8282C9;
--silver-500: #5E5EBA;
--silver-600: #43439D;
--silver-700: #36367D;
--silver-800: #262659;
--silver-900: #181839;
--silver-950: #0F0F24;
}