Silver
#AFD0D9
CyanColor Codes
All color formats for development
HEX
#AFD0D9RGB
rgb(175, 208, 217)HSL
hsl(193, 36%, 77%)OKLCH
oklch(0.836 0.037 216.1)CMYK
cmyk(19%, 4%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95C1CD
2#7AB1C0
3#5FA1B4
4#4B8EA0
5#3F7686
6#325F6B
7#264750
8#192F35
9#0D181B
Tints
Lighter variations
1#B7D5DD
2#BFDAE1
3#C7DEE5
4#CFE3E8
5#D7E8EC
6#DFECF0
7#E7F1F4
8#EFF6F7
9#F7FAFB
Tones
Muted variations
1#B1CFD7
2#B3CED5
3#B6CDD3
4#B8CCD1
5#BACACF
6#BCC9CD
7#BEC8CB
8#C0C7C9
9#C2C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B8 #86B8C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A4 #63A4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4887 #488799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396B #396B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294D #294D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F9FA;
--silver-100: #E7F1F4;
--silver-200: #D2E5EA;
--silver-300: #AFD0D9;
--silver-400: #86B8C6;
--silver-500: #63A4B6;
--silver-600: #488799;
--silver-700: #396B79;
--silver-800: #294D57;
--silver-900: #1A3137;
--silver-950: #101F23;
}