Silver
#AAB0DF
BlueColor Codes
All color formats for development
HEX
#AAB0DFRGB
rgb(170, 176, 223)HSL
hsl(233, 45%, 77%)OKLCH
oklch(0.769 0.067 279)CMYK
cmyk(24%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D96D4
2#717BC9
3#5561BE
4#414DAB
5#36408E
6#2B3372
7#202755
8#161A39
9#0B0D1C
Tints
Lighter variations
1#B2B8E2
2#BBC0E5
3#C3C8E8
4#CCD0EC
5#D4D8EF
6#DDDFF2
7#E5E7F5
8#EEEFF9
9#F6F7FC
Tones
Muted variations
1#ADB2DC
2#AFB4D9
3#B2B6D7
4#B5B8D4
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 | AAB0 #AAB0DF | BordersInactive statesPlaceholder text |
| 400 | 7E87 #7E87CE | Disabled statesSecondary iconsMuted text |
| 500 | 5965 #5965C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E49 #3E49A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313A #313A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232A #232A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | 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: #AAB0DF;
--silver-400: #7E87CE;
--silver-500: #5965C0;
--silver-600: #3E49A3;
--silver-700: #313A81;
--silver-800: #232A5C;
--silver-900: #161B3B;
--silver-950: #0E1125;
}