Silver
#AFB8DA
BlueColor Codes
All color formats for development
HEX
#AFB8DARGB
rgb(175, 184, 218)HSL
hsl(227, 37%, 77%)OKLCH
oklch(0.787 0.049 273.6)CMYK
cmyk(20%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94A0CE
2#7989C1
3#5E71B5
4#4A5DA1
5#3E4E86
6#313E6C
7#252F51
8#191F36
9#0C101B
Tints
Lighter variations
1#B7BFDE
2#BFC6E1
3#C7CDE5
4#CFD4E9
5#D7DCED
6#DFE3F0
7#E7EAF4
8#EFF1F8
9#F7F8FB
Tones
Muted variations
1#B1B9D8
2#B3BBD6
3#B5BCD4
4#B7BDD1
5#B9BECF
6#BCBFCD
7#BEC1CB
8#C0C2C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8DA | BordersInactive statesPlaceholder text |
| 400 | 8593 #8593C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6274 #6274B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4759 #47599A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3847 #38477A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7E9F4;
--silver-200: #D2D7EA;
--silver-300: #AFB8DA;
--silver-400: #8593C7;
--silver-500: #6274B7;
--silver-600: #47599A;
--silver-700: #38477A;
--silver-800: #283257;
--silver-900: #1A2038;
--silver-950: #101423;
}