Silver
#ABB8DE
BlueColor Codes
All color formats for development
HEX
#ABB8DERGB
rgb(171, 184, 222)HSL
hsl(225, 44%, 77%)OKLCH
oklch(0.785 0.056 270.3)CMYK
cmyk(23%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E9FD3
2#7288C8
3#5670BD
4#425CAA
5#374D8D
6#2C3D71
7#212E55
8#161F39
9#0B0F1C
Tints
Lighter variations
1#B3BFE1
2#BBC6E5
3#C4CDE8
4#CCD4EB
5#D5DBEF
6#DDE2F2
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#ADB9DC
2#B0BAD9
3#B2BBD6
4#B5BDD4
5#B7BED1
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 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E92 #7E92CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A73 #5A73BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F58 #3F58A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3246 #324681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2432 #24325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | 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: #CFD7EC;
--silver-300: #ABB7DE;
--silver-400: #7E92CD;
--silver-500: #5A73BF;
--silver-600: #3F58A2;
--silver-700: #324681;
--silver-800: #24325C;
--silver-900: #17203B;
--silver-950: #0E1425;
}