Silver
#A9AADF
BlueColor Codes
All color formats for development
HEX
#A9AADFRGB
rgb(169, 170, 223)HSL
hsl(239, 46%, 77%)OKLCH
oklch(0.756 0.076 283.6)CMYK
cmyk(24%, 24%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8ED5
2#7072CA
3#5355C0
4#4041AC
5#35378F
6#2A2C73
7#202156
8#151639
9#0B0B1D
Tints
Lighter variations
1#B2B3E2
2#BABBE6
3#C3C4E9
4#CCCCEC
5#D4D5EF
6#DDDDF2
7#E5E6F5
8#EEEEF9
9#F6F7FC
Tones
Muted variations
1#ACADDD
2#AFAFDA
3#B1B2D7
4#B4B5D5
5#B7B7D2
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 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AA #A9AADF | BordersInactive statesPlaceholder text |
| 400 | 7D7E #7D7ECF | Disabled statesSecondary iconsMuted text |
| 500 | 5759 #5759C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3E #3D3EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3032 #303282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2223 #22235D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FB;
--silver-100: #E5E5F5;
--silver-200: #CFCFED;
--silver-300: #A9AADF;
--silver-400: #7D7ECF;
--silver-500: #5759C1;
--silver-600: #3D3EA4;
--silver-700: #303282;
--silver-800: #22235D;
--silver-900: #16173C;
--silver-950: #0E0E25;
}