Silver
#ABAFDE
BlueColor Codes
All color formats for development
HEX
#ABAFDERGB
rgb(171, 175, 222)HSL
hsl(235, 44%, 77%)OKLCH
oklch(0.767 0.067 280.9)CMYK
cmyk(23%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E94D3
2#7279C8
3#565EBD
4#424BAA
5#373E8D
6#2C3271
7#212555
8#161939
9#0B0C1C
Tints
Lighter variations
1#B3B7E1
2#BBBFE5
3#C4C7E8
4#CCCFEB
5#D5D7EF
6#DDDFF2
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#ADB1DC
2#B0B3D9
3#B2B5D6
4#B5B7D4
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 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7E85 #7E85CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A62 #5A62BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F47 #3F47A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3239 #323981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #ABAFDE;
--silver-400: #7E85CD;
--silver-500: #5A62BF;
--silver-600: #3F47A2;
--silver-700: #323981;
--silver-800: #24285C;
--silver-900: #171A3B;
--silver-950: #0E1025;
}