Silver
#AFD0DA
CyanColor Codes
All color formats for development
HEX
#AFD0DARGB
rgb(175, 208, 218)HSL
hsl(194, 37%, 77%)OKLCH
oklch(0.837 0.038 218)CMYK
cmyk(20%, 5%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94C0CE
2#79B0C1
3#5EA1B5
4#4A8DA1
5#3E7686
6#315E6C
7#254751
8#192F36
9#0C181B
Tints
Lighter variations
1#B7D5DE
2#BFD9E1
3#C7DEE5
4#CFE3E9
5#D7E7ED
6#DFECF0
7#E7F1F4
8#EFF6F8
9#F7FAFB
Tones
Muted variations
1#B1CFD8
2#B3CED6
3#B5CCD4
4#B7CBD1
5#B9CACF
6#BCC9CD
7#BEC8CB
8#C0C7C9
9#C2C6C7
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 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0DA | BordersInactive statesPlaceholder text |
| 400 | 85B7 #85B7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A3 #62A3B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4786 #47869A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386B #386B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | 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: #D2E4EA;
--silver-300: #AFD0DA;
--silver-400: #85B7C7;
--silver-500: #62A3B7;
--silver-600: #47869A;
--silver-700: #386B7A;
--silver-800: #284C57;
--silver-900: #1A3138;
--silver-950: #101F23;
}