Silver
#AFC0D9
BlueColor Codes
All color formats for development
HEX
#AFC0D9RGB
rgb(175, 192, 217)HSL
hsl(216, 36%, 77%)OKLCH
oklch(0.803 0.04 257.9)CMYK
cmyk(19%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95ABCD
2#7A96C0
3#5F81B4
4#4B6DA0
5#3F5B86
6#32496B
7#263750
8#192435
9#0D121B
Tints
Lighter variations
1#B7C6DD
2#BFCDE1
3#C7D3E5
4#CFD9E8
5#D7E0EC
6#DFE6F0
7#E7ECF4
8#EFF2F7
9#F7F9FB
Tones
Muted variations
1#B1C1D7
2#B3C1D5
3#B6C1D3
4#B8C2D1
5#BAC2CF
6#BCC3CD
7#BEC3CB
8#C0C4C9
9#C2C4C6
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 #AFC0D9 | BordersInactive statesPlaceholder text |
| 400 | 869F #869FC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6384 #6384B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4868 #486899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3953 #395379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293B #293B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | 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: #AFC0D9;
--silver-400: #869FC6;
--silver-500: #6384B6;
--silver-600: #486899;
--silver-700: #395379;
--silver-800: #293B57;
--silver-900: #1A2637;
--silver-950: #101823;
}