Silver
#ABB9DE
BlueColor Codes
All color formats for development
HEX
#ABB9DERGB
rgb(171, 185, 222)HSL
hsl(224, 44%, 77%)OKLCH
oklch(0.787 0.055 268.8)CMYK
cmyk(23%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EA1D3
2#7289C8
3#5671BD
4#425EAA
5#374E8D
6#2C3E71
7#212F55
8#161F39
9#0B101C
Tints
Lighter variations
1#B3BFE1
2#BBC6E5
3#C4CEE8
4#CCD5EB
5#D5DCEF
6#DDE3F2
7#E6EAF5
8#EEF1F8
9#F7F8FC
Tones
Muted variations
1#ADBADC
2#B0BBD9
3#B2BCD6
4#B5BDD4
5#B7BED1
6#BAC0CF
7#BDC1CC
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 | ABB8 #ABB8DE | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A75 #5A75BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F59 #3F59A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3247 #324781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2433 #24335C | 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: #ABB8DE;
--silver-400: #7E93CD;
--silver-500: #5A75BF;
--silver-600: #3F59A2;
--silver-700: #324781;
--silver-800: #24335C;
--silver-900: #17203B;
--silver-950: #0E1425;
}