Silver
#ABB7DE
BlueColor Codes
All color formats for development
HEX
#ABB7DERGB
rgb(171, 183, 222)HSL
hsl(226, 44%, 77%)OKLCH
oklch(0.783 0.057 271.6)CMYK
cmyk(23%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E9ED3
2#7286C8
3#566EBD
4#425AAA
5#374B8D
6#2C3C71
7#212D55
8#161E39
9#0B0F1C
Tints
Lighter variations
1#B3BEE1
2#BBC5E5
3#C4CCE8
4#CCD4EB
5#D5DBEF
6#DDE2F2
7#E6E9F5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#ADB8DC
2#B0B9D9
3#B2BBD6
4#B5BCD4
5#B7BDD1
6#BABFCF
7#BDC0CC
8#BFC2CA
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E91 #7E91CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A71 #5A71BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F56 #3F56A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3244 #324481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5E9F5;
--silver-200: #CFD6EC;
--silver-300: #ABB7DE;
--silver-400: #7E91CD;
--silver-500: #5A71BF;
--silver-600: #3F56A2;
--silver-700: #324481;
--silver-800: #24315C;
--silver-900: #171F3B;
--silver-950: #0E1425;
}