Silver
#ABB4DE
BlueColor Codes
All color formats for development
HEX
#ABB4DERGB
rgb(171, 180, 222)HSL
hsl(229, 44%, 77%)OKLCH
oklch(0.777 0.061 275.4)CMYK
cmyk(23%, 19%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E9BD3
2#7282C8
3#5669BD
4#4255AA
5#37478D
6#2C3971
7#212A55
8#161C39
9#0B0E1C
Tints
Lighter variations
1#B3BCE1
2#BBC3E5
3#C4CBE8
4#CCD2EB
5#D5DAEF
6#DDE1F2
7#E6E9F5
8#EEF0F8
9#F7F8FC
Tones
Muted variations
1#ADB6DC
2#B0B7D9
3#B2B9D6
4#B5BBD4
5#B7BCD1
6#BABECF
7#BDBFCC
8#BFC1CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7E8D #7E8DCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6C #5A6CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F51 #3F51A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3240 #324081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242E #242E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E8F5;
--silver-200: #CFD5EC;
--silver-300: #ABB4DE;
--silver-400: #7E8DCD;
--silver-500: #5A6CBF;
--silver-600: #3F51A2;
--silver-700: #324081;
--silver-800: #242E5C;
--silver-900: #171D3B;
--silver-950: #0E1225;
}