Silver
#ABB6DE
BlueColor Codes
All color formats for development
HEX
#ABB6DERGB
rgb(171, 182, 222)HSL
hsl(227, 44%, 77%)OKLCH
oklch(0.781 0.058 272.9)CMYK
cmyk(23%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E9DD3
2#7285C8
3#566CBD
4#4258AA
5#374A8D
6#2C3B71
7#212C55
8#161D39
9#0B0F1C
Tints
Lighter variations
1#B3BDE1
2#BBC4E5
3#C4CCE8
4#CCD3EB
5#D5DAEF
6#DDE2F2
7#E6E9F5
8#EEF0F8
9#F7F8FC
Tones
Muted variations
1#ADB7DC
2#B0B9D9
3#B2BAD6
4#B5BCD4
5#B7BDD1
6#BABFCF
7#BDC0CC
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 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB6 #ABB6DE | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A70 #5A70BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F54 #3F54A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3243 #324381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2430 #24305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E9F5;
--silver-200: #CFD6EC;
--silver-300: #ABB6DE;
--silver-400: #7E8FCD;
--silver-500: #5A70BF;
--silver-600: #3F54A2;
--silver-700: #324381;
--silver-800: #24305C;
--silver-900: #171F3B;
--silver-950: #0E1325;
}