Silver
#ABBDDE
BlueColor Codes
All color formats for development
HEX
#ABBDDERGB
rgb(171, 189, 222)HSL
hsl(219, 44%, 77%)OKLCH
oklch(0.796 0.051 262.6)CMYK
cmyk(23%, 15%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EA6D3
2#7290C8
3#567ABD
4#4266AA
5#37558D
6#2C4471
7#213355
8#162239
9#0B111C
Tints
Lighter variations
1#B3C3E1
2#BBCAE5
3#C4D1E8
4#CCD7EB
5#D5DEEF
6#DDE4F2
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#ADBDDC
2#B0BED9
3#B2BFD6
4#B5C0D4
5#B7C0D1
6#BAC1CF
7#BDC2CC
8#BFC3CA
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7E9A #7E9ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7D #5A7DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F61 #3F61A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324D #324D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233B | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F6FB;
--silver-100: #E5EBF5;
--silver-200: #CFD9EC;
--silver-300: #ABBDDE;
--silver-400: #7E9ACD;
--silver-500: #5A7DBF;
--silver-600: #3F61A2;
--silver-700: #324D81;
--silver-800: #24375C;
--silver-900: #17233B;
--silver-950: #0E1625;
}