Silver
#ABBEDE
BlueColor Codes
All color formats for development
HEX
#ABBEDERGB
rgb(171, 190, 222)HSL
hsl(218, 44%, 77%)OKLCH
oklch(0.798 0.05 260.9)CMYK
cmyk(23%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EA8D3
2#7292C8
3#567CBD
4#4268AA
5#37578D
6#2C4571
7#213455
8#162339
9#0B111C
Tints
Lighter variations
1#B3C4E1
2#BBCBE5
3#C4D1E8
4#CCD8EB
5#D5DEEF
6#DDE5F2
7#E6EBF5
8#EEF2F8
9#F7F8FC
Tones
Muted variations
1#ADBEDC
2#B0BFD9
3#B2C0D6
4#B5C0D4
5#B7C1D1
6#BAC2CF
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 | CFDA #CFDAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7E9B #7E9BCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7F #5A7FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F63 #3F63A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324F #324F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243B | 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: #F4F6FB;
--silver-100: #E5EBF5;
--silver-200: #CFDAEC;
--silver-300: #ABBDDE;
--silver-400: #7E9BCD;
--silver-500: #5A7FBF;
--silver-600: #3F63A2;
--silver-700: #324F81;
--silver-800: #24385C;
--silver-900: #17243B;
--silver-950: #0E1725;
}