Silver
#ABB0DE
BlueColor Codes
All color formats for development
HEX
#ABB0DERGB
rgb(171, 176, 222)HSL
hsl(234, 44%, 77%)OKLCH
oklch(0.769 0.066 279.9)CMYK
cmyk(23%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E95D3
2#727BC8
3#5660BD
4#424CAA
5#37408D
6#2C3371
7#212655
8#161939
9#0B0D1C
Tints
Lighter variations
1#B3B8E1
2#BBC0E5
3#C4C7E8
4#CCCFEB
5#D5D7EF
6#DDDFF2
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#ADB2DC
2#B0B4D9
3#B2B6D6
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 | CFD2 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A64 #5A64BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F49 #3F49A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323A #323A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | 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: #CFD2EC;
--silver-300: #ABB0DE;
--silver-400: #7E86CD;
--silver-500: #5A64BF;
--silver-600: #3F49A2;
--silver-700: #323A81;
--silver-800: #24295C;
--silver-900: #171A3B;
--silver-950: #0E1125;
}