Silver
#ABAEDE
BlueColor Codes
All color formats for development
HEX
#ABAEDERGB
rgb(171, 174, 222)HSL
hsl(236, 44%, 77%)OKLCH
oklch(0.765 0.069 281.8)CMYK
cmyk(23%, 22%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E93D3
2#7278C8
3#565DBD
4#4249AA
5#373D8D
6#2C3171
7#212455
8#161839
9#0B0C1C
Tints
Lighter variations
1#B3B6E1
2#BBBEE5
3#C4C6E8
4#CCCEEB
5#D5D6EF
6#DDDFF2
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#ADB0DC
2#B0B2D9
3#B2B5D6
4#B5B7D4
5#B7B9D1
6#BABBCF
7#BDBECC
8#BFC0CA
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A60 #5A60BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F45 #3F45A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3237 #323781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E5E6F5;
--silver-200: #CFD1EC;
--silver-300: #ABAEDE;
--silver-400: #7E84CD;
--silver-500: #5A60BF;
--silver-600: #3F45A2;
--silver-700: #323781;
--silver-800: #24275C;
--silver-900: #17193B;
--silver-950: #0E1025;
}