Silver
#A9AEDF
BlueColor Codes
All color formats for development
HEX
#A9AEDFRGB
rgb(169, 174, 223)HSL
hsl(234, 46%, 77%)OKLCH
oklch(0.764 0.07 280)CMYK
cmyk(24%, 22%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D94D5
2#7079CA
3#535EC0
4#404AAC
5#353E8F
6#2A3273
7#202556
8#151939
9#0B0C1D
Tints
Lighter variations
1#B2B7E2
2#BABFE6
3#C3C7E9
4#CCCFEC
5#D4D7EF
6#DDDFF2
7#E5E7F5
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#ACB1DD
2#AFB3DA
3#B1B5D7
4#B4B7D5
5#B7BAD2
6#BABCCF
7#BCBECC
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 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | 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: #CFD2ED;
--silver-300: #A9AFDF;
--silver-400: #7D85CF;
--silver-500: #5762C1;
--silver-600: #3D47A4;
--silver-700: #303882;
--silver-800: #22285D;
--silver-900: #161A3C;
--silver-950: #0E1025;
}