Silver
#ABBFDE
BlueColor Codes
All color formats for development
HEX
#ABBFDERGB
rgb(171, 191, 222)HSL
hsl(216, 44%, 77%)OKLCH
oklch(0.8 0.049 259.1)CMYK
cmyk(23%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EAAD3
2#7294C8
3#567FBD
4#426BAA
5#375A8D
6#2C4871
7#213655
8#162439
9#0B121C
Tints
Lighter variations
1#B3C6E1
2#BBCCE5
3#C4D2E8
4#CCD9EB
5#D5DFEF
6#DDE5F2
7#E6ECF5
8#EEF2F8
9#F7F9FC
Tones
Muted variations
1#ADC0DC
2#B0C0D9
3#B2C1D6
4#B5C1D4
5#B7C2D1
6#BAC2CF
7#BDC3CC
8#BFC3CA
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7E9E #7E9ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A82 #5A82BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F66 #3F66A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3251 #325181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253B | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F7FB;
--silver-100: #E5ECF5;
--silver-200: #CFDBEC;
--silver-300: #ABBFDE;
--silver-400: #7E9ECD;
--silver-500: #5A82BF;
--silver-600: #3F66A2;
--silver-700: #325181;
--silver-800: #243A5C;
--silver-900: #17253B;
--silver-950: #0E1725;
}