Silver
#ADAEDC
BlueColor Codes
All color formats for development
HEX
#ADAEDCRGB
rgb(173, 174, 220)HSL
hsl(239, 40%, 77%)OKLCH
oklch(0.766 0.066 283.8)CMYK
cmyk(21%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9192D0
2#7677C4
3#5A5CB8
4#4748A5
5#3B3C89
6#2F306E
7#232452
8#181837
9#0C0C1B
Tints
Lighter variations
1#B5B6DF
2#BDBEE3
3#C6C6E6
4#CECEEA
5#D6D6ED
6#DEDEF1
7#E6E7F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#AFB0D9
2#B2B2D7
3#B4B4D5
4#B6B7D2
5#B9B9D0
6#BBBBCE
7#BDBECB
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 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8283 #8283C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E60 #5E60BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4345 #43459D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3637 #36377D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #262759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #181939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #ADAEDC;
--silver-400: #8283C9;
--silver-500: #5E60BA;
--silver-600: #43459D;
--silver-700: #36377D;
--silver-800: #262759;
--silver-900: #181939;
--silver-950: #0F1024;
}