Silver
#A9A9E0
BlueColor Codes
All color formats for development
HEX
#A9A9E0RGB
rgb(169, 169, 224)HSL
hsl(240, 47%, 77%)OKLCH
oklch(0.754 0.079 284.4)CMYK
cmyk(25%, 25%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C8CD6
2#6F6FCB
3#5252C1
4#3E3EAD
5#343490
6#2A2A73
7#1F1F57
8#15153A
9#0A0A1D
Tints
Lighter variations
1#B1B1E3
2#BABAE6
3#C3C3E9
4#CBCBEC
5#D4D4EF
6#DDDDF3
7#E5E5F6
8#EEEEF9
9#F6F6FC
Tones
Muted variations
1#ACACDD
2#AEAEDA
3#B1B1D8
4#B4B4D5
5#B7B7D2
6#B9B9CF
7#BCBCCD
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 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9E0 | BordersInactive statesPlaceholder text |
| 400 | 7C7C #7C7CD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5656 #5656C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B3B #3B3BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F2F #2F2F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | 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: #E5E5F6;
--silver-200: #CECEED;
--silver-300: #A9A9E0;
--silver-400: #7C7CD0;
--silver-500: #5656C2;
--silver-600: #3B3BA5;
--silver-700: #2F2F83;
--silver-800: #22225E;
--silver-900: #16163C;
--silver-950: #0E0E25;
}