Silver
#AFC0DA
BlueColor Codes
All color formats for development
HEX
#AFC0DARGB
rgb(175, 192, 218)HSL
hsl(216, 37%, 77%)OKLCH
oklch(0.803 0.041 258.8)CMYK
cmyk(20%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94ABCE
2#7996C1
3#5E81B5
4#4A6DA1
5#3E5B86
6#31496C
7#253751
8#192436
9#0C121B
Tints
Lighter variations
1#B7C6DE
2#BFCDE1
3#C7D3E5
4#CFD9E9
5#D7E0ED
6#DFE6F0
7#E7ECF4
8#EFF2F8
9#F7F9FB
Tones
Muted variations
1#B1C0D8
2#B3C1D6
3#B5C1D4
4#B7C2D1
5#B9C2CF
6#BCC3CD
7#BEC3CB
8#C0C3C9
9#C2C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC0 #AFC0DA | BordersInactive statesPlaceholder text |
| 400 | 859F #859FC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6284 #6284B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4768 #47689A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3853 #38537A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283B #283B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E7ECF4;
--silver-200: #D2DBEA;
--silver-300: #AFC0DA;
--silver-400: #859FC7;
--silver-500: #6284B7;
--silver-600: #47689A;
--silver-700: #38537A;
--silver-800: #283B57;
--silver-900: #1A2638;
--silver-950: #101823;
}