Silver
#ABBCDE
BlueColor Codes
All color formats for development
HEX
#ABBCDERGB
rgb(171, 188, 222)HSL
hsl(220, 44%, 77%)OKLCH
oklch(0.794 0.052 264.2)CMYK
cmyk(23%, 15%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EA5D3
2#728FC8
3#5678BD
4#4265AA
5#37548D
6#2C4371
7#213255
8#162239
9#0B111C
Tints
Lighter variations
1#B3C2E1
2#BBC9E5
3#C4D0E8
4#CCD7EB
5#D5DDEF
6#DDE4F2
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#ADBDDC
2#B0BDD9
3#B2BED6
4#B5BFD4
5#B7C0D1
6#BAC1CF
7#BDC2CC
8#BFC3CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7E99 #7E99CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7B #5A7BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F60 #3F60A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324C #324C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2436 #24365C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233B | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5EBF5;
--silver-200: #CFD9EC;
--silver-300: #ABBCDE;
--silver-400: #7E99CD;
--silver-500: #5A7BBF;
--silver-600: #3F60A2;
--silver-700: #324C81;
--silver-800: #24365C;
--silver-900: #17233B;
--silver-950: #0E1625;
}