Silver
#AFD8D9
CyanColor Codes
All color formats for development
HEX
#AFD8D9RGB
rgb(175, 216, 217)HSL
hsl(181, 36%, 77%)OKLCH
oklch(0.853 0.043 198.2)CMYK
cmyk(19%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95CCCD
2#7ABFC0
3#5FB2B4
4#4B9FA0
5#3F8486
6#326A6B
7#264F50
8#193535
9#0D1A1B
Tints
Lighter variations
1#B7DDDD
2#BFE0E1
3#C7E4E5
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#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 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C5 #86C5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B4 #63B4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4897 #489799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3978 #397879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2956 #295657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5FAFA;
--silver-100: #E7F3F4;
--silver-200: #D2E9EA;
--silver-300: #AFD9D9;
--silver-400: #86C5C6;
--silver-500: #63B4B6;
--silver-600: #489799;
--silver-700: #397879;
--silver-800: #295657;
--silver-900: #1A3737;
--silver-950: #102223;
}