Silver
#AFB0DA
BlueColor Codes
All color formats for development
HEX
#AFB0DARGB
rgb(175, 176, 218)HSL
hsl(239, 37%, 77%)OKLCH
oklch(0.771 0.06 283.8)CMYK
cmyk(20%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9495CE
2#797AC1
3#5E5FB5
4#4A4CA1
5#3E3F86
6#31326C
7#252651
8#191936
9#0C0D1B
Tints
Lighter variations
1#B7B7DE
2#BFBFE1
3#C7C7E5
4#CFCFE9
5#D7D7ED
6#DFDFF0
7#E7E7F4
8#EFEFF8
9#F7F7FB
Tones
Muted variations
1#B1B1D8
2#B3B4D6
3#B5B6D4
4#B7B8D1
5#B9BACF
6#BCBCCD
7#BEBECB
8#C0C0C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8586 #8586C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6263 #6263B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4748 #47489A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3839 #38397A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2829 #282957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E7F4;
--silver-200: #D2D2EA;
--silver-300: #AFAFDA;
--silver-400: #8586C7;
--silver-500: #6263B7;
--silver-600: #47489A;
--silver-700: #38397A;
--silver-800: #282957;
--silver-900: #1A1A38;
--silver-950: #101023;
}