Silver
#AFD9D9
CyanColor Codes
All color formats for development
HEX
#AFD9D9RGB
rgb(175, 217, 217)HSL
hsl(180, 36%, 77%)OKLCH
oklch(0.855 0.044 196.4)CMYK
cmyk(19%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95CDCD
2#7AC0C0
3#5FB4B4
4#4BA0A0
5#3F8686
6#326B6B
7#265050
8#193535
9#0D1B1B
Tints
Lighter variations
1#B7DDDD
2#BFE1E1
3#C7E5E5
4#CFE8E8
5#D7ECEC
6#DFF0F0
7#E7F4F4
8#EFF7F7
9#F7FBFB
Tones
Muted variations
1#B1D7D7
2#B3D5D5
3#B6D3D3
4#B8D1D1
5#BACFCF
6#BCCDCD
7#BECBCB
8#C0C9C9
9#C2C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5FAFA;
--silver-100: #E7F4F4;
--silver-200: #D2EAEA;
--silver-300: #AFD9D9;
--silver-400: #86C6C6;
--silver-500: #63B6B6;
--silver-600: #489999;
--silver-700: #397979;
--silver-800: #295757;
--silver-900: #1A3737;
--silver-950: #102323;
}