Silver
#A9ABDF
BlueColor Codes
All color formats for development
HEX
#A9ABDFRGB
rgb(169, 171, 223)HSL
hsl(238, 46%, 77%)OKLCH
oklch(0.758 0.074 282.7)CMYK
cmyk(24%, 23%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8FD5
2#7073CA
3#5357C0
4#4043AC
5#35388F
6#2A2D73
7#202256
8#151639
9#0B0B1D
Tints
Lighter variations
1#B2B4E2
2#BABCE6
3#C3C4E9
4#CCCDEC
5#D4D5EF
6#DDDDF2
7#E5E6F5
8#EEEEF9
9#F6F7FC
Tones
Muted variations
1#ACAEDD
2#AFB0DA
3#B1B3D7
4#B4B5D5
5#B7B8D2
6#BABACF
7#BCBDCC
8#BFBFCA
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AB #A9ABDF | BordersInactive statesPlaceholder text |
| 400 | 7D7F #7D7FCF | Disabled statesSecondary iconsMuted text |
| 500 | 575B #575BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D40 #3D40A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3033 #303382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2224 #22245D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E5E5F5;
--silver-200: #CFD0ED;
--silver-300: #A9ABDF;
--silver-400: #7D7FCF;
--silver-500: #575BC1;
--silver-600: #3D40A4;
--silver-700: #303382;
--silver-800: #22245D;
--silver-900: #16173C;
--silver-950: #0E0F25;
}