Silver
#ABB1DE
BlueColor Codes
All color formats for development
HEX
#ABB1DERGB
rgb(171, 177, 222)HSL
hsl(233, 44%, 77%)OKLCH
oklch(0.771 0.065 278.8)CMYK
cmyk(23%, 20%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E96D3
2#727CC8
3#5662BD
4#424EAA
5#37418D
6#2C3471
7#212755
8#161A39
9#0B0D1C
Tints
Lighter variations
1#B3B8E1
2#BBC0E5
3#C4C8E8
4#CCD0EB
5#D5D8EF
6#DDE0F2
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#ADB3DC
2#B0B5D9
3#B2B7D6
4#B5B8D4
5#B7BAD1
6#BABCCF
7#BDBECC
8#BFC0CA
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A66 #5A66BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4A #3F4AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323B #323B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242A #242A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E5E7F5;
--silver-200: #CFD3EC;
--silver-300: #ABB1DE;
--silver-400: #7E88CD;
--silver-500: #5A66BF;
--silver-600: #3F4AA2;
--silver-700: #323B81;
--silver-800: #242A5C;
--silver-900: #171B3B;
--silver-950: #0E1125;
}