Silver
#AFC1D9
BlueColor Codes
All color formats for development
HEX
#AFC1D9RGB
rgb(175, 193, 217)HSL
hsl(214, 36%, 77%)OKLCH
oklch(0.805 0.039 255.6)CMYK
cmyk(19%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95ADCD
2#7A98C0
3#5F84B4
4#4B70A0
5#3F5D86
6#324B6B
7#263850
8#192535
9#0D131B
Tints
Lighter variations
1#B7C8DD
2#BFCEE1
3#C7D4E5
4#CFDAE8
5#D7E0EC
6#DFE6F0
7#E7EDF4
8#EFF3F7
9#F7F9FB
Tones
Muted variations
1#B1C2D7
2#B3C2D5
3#B6C2D3
4#B8C3D1
5#BAC3CF
6#BCC3CD
7#BEC4CB
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 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC2 #AFC2D9 | BordersInactive statesPlaceholder text |
| 400 | 86A1 #86A1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6387 #6387B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486B #486B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3955 #395579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293D #293D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2737 | 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: #D2DCEA;
--silver-300: #AFC2D9;
--silver-400: #86A1C6;
--silver-500: #6387B6;
--silver-600: #486B99;
--silver-700: #395579;
--silver-800: #293D57;
--silver-900: #1A2737;
--silver-950: #101823;
}