Silver
#ADAFDB
BlueColor Codes
All color formats for development
HEX
#ADAFDBRGB
rgb(173, 175, 219)HSL
hsl(237, 39%, 77%)OKLCH
oklch(0.768 0.063 282.8)CMYK
cmyk(21%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9295CF
2#777BC3
3#5C60B7
4#484CA4
5#3C4088
6#30336D
7#242652
8#181937
9#0C0D1B
Tints
Lighter variations
1#B6B8DF
2#BEC0E2
3#C6C8E6
4#CECFEA
5#D6D7ED
6#DEDFF1
7#E7E7F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#B0B2D9
2#B2B4D7
3#B4B6D4
4#B7B8D2
5#B9BAD0
6#BBBCCD
7#BDBECB
8#C0C0C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DB | BordersInactive statesPlaceholder text |
| 400 | 8386 #8386C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F64 #5F64B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4449 #44499C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E7F4;
--silver-200: #D1D2EB;
--silver-300: #ADB0DB;
--silver-400: #8386C9;
--silver-500: #5F64B9;
--silver-600: #44499C;
--silver-700: #363A7C;
--silver-800: #272959;
--silver-900: #191A39;
--silver-950: #101123;
}