Silver
#AFD6D9
CyanColor Codes
All color formats for development
HEX
#AFD6D9RGB
rgb(175, 214, 217)HSL
hsl(184, 36%, 77%)OKLCH
oklch(0.849 0.041 202.2)CMYK
cmyk(19%, 1%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95C9CD
2#7ABCC0
3#5FAEB4
4#4B9BA0
5#3F8186
6#32676B
7#264D50
8#193435
9#0D1A1B
Tints
Lighter variations
1#B7DBDD
2#BFDFE1
3#C7E3E5
4#CFE7E8
5#D7EBEC
6#DFEFF0
7#E7F3F4
8#EFF7F7
9#F7FBFB
Tones
Muted variations
1#B1D5D7
2#B3D3D5
3#B6D1D3
4#B8CFD1
5#BACDCF
6#BCCCCD
7#BECACB
8#C0C8C9
9#C2C6C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C2 #86C2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B0 #63B0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4893 #489399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3975 #397579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5FAFA;
--silver-100: #E7F3F4;
--silver-200: #D2E8EA;
--silver-300: #AFD7D9;
--silver-400: #86C2C6;
--silver-500: #63B0B6;
--silver-600: #489399;
--silver-700: #397579;
--silver-800: #295457;
--silver-900: #1A3637;
--silver-950: #102123;
}