Silver
#AAAADF
BlueColor Codes
All color formats for development
HEX
#AAAADFRGB
rgb(170, 170, 223)HSL
hsl(240, 45%, 77%)OKLCH
oklch(0.757 0.076 284.4)CMYK
cmyk(24%, 24%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8DD4
2#7171C9
3#5555BE
4#4141AB
5#36368E
6#2B2B72
7#202055
8#161639
9#0B0B1C
Tints
Lighter variations
1#B2B2E2
2#BBBBE5
3#C3C3E8
4#CCCCEC
5#D4D4EF
6#DDDDF2
7#E5E5F5
8#EEEEF9
9#F6F6FC
Tones
Muted variations
1#ADADDC
2#AFAFD9
3#B2B2D7
4#B5B5D4
5#B7B7D2
6#BABACF
7#BCBCCC
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 | AAAA #AAAADF | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECE | Disabled statesSecondary iconsMuted text |
| 500 | 5959 #5959C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3E #3E3EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3131 #313181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2323 #23235C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163B | 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: #AAAADF;
--silver-400: #7E7ECE;
--silver-500: #5959C0;
--silver-600: #3E3EA3;
--silver-700: #313181;
--silver-800: #23235C;
--silver-900: #16163B;
--silver-950: #0E0E25;
}