Silver
#A6AAE2
BlueColor Codes
All color formats for development
HEX
#A6AAE2RGB
rgb(166, 170, 226)HSL
hsl(236, 51%, 77%)OKLCH
oklch(0.755 0.08 281.1)CMYK
cmyk(27%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#898ED9
2#6B72CF
3#4D55C5
4#3A42B2
5#303794
6#262C77
7#1D2159
8#13163B
9#0A0B1E
Tints
Lighter variations
1#AFB3E5
2#B8BBE8
3#C1C4EB
4#CACCEE
5#D3D5F1
6#DCDDF4
7#E4E6F6
8#EDEEF9
9#F6F7FC
Tones
Muted variations
1#A9ADDF
2#ACB0DC
3#AFB2D9
4#B2B5D6
5#B5B7D3
6#B8BAD0
7#BBBDCD
8#BEBFCA
9#C1C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AA #A6AAE2 | BordersInactive statesPlaceholder text |
| 400 | 787E #787ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 525A #525AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373F #373FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C32 #2C3287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F24 #1F2460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F3F4FB;
--silver-100: #E4E5F6;
--silver-200: #CDCFEF;
--silver-300: #A6AAE2;
--silver-400: #787ED3;
--silver-500: #525AC7;
--silver-600: #373FA9;
--silver-700: #2C3287;
--silver-800: #1F2460;
--silver-900: #14173E;
--silver-950: #0C0E27;
}