Silver
#AFD4DA
CyanColor Codes
All color formats for development
HEX
#AFD4DARGB
rgb(175, 212, 218)HSL
hsl(188, 37%, 77%)OKLCH
oklch(0.845 0.04 208.4)CMYK
cmyk(20%, 3%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94C6CE
2#79B8C1
3#5EA9B5
4#4A96A1
5#3E7D86
6#31646C
7#254B51
8#193236
9#0C191B
Tints
Lighter variations
1#B7D9DE
2#BFDDE1
3#C7E1E5
4#CFE5E9
5#D7EAED
6#DFEEF0
7#E7F2F4
8#EFF6F8
9#F7FBFB
Tones
Muted variations
1#B1D3D8
2#B3D1D6
3#B5CFD4
4#B7CED1
5#B9CCCF
6#BCCBCD
7#BEC9CB
8#C0C8C9
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BE #85BEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AB #62ABB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478F #478F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3871 #38717A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2851 #285157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F9FA;
--silver-100: #E7F2F4;
--silver-200: #D2E7EA;
--silver-300: #AFD4DA;
--silver-400: #85BEC7;
--silver-500: #62ABB7;
--silver-600: #478F9A;
--silver-700: #38717A;
--silver-800: #285157;
--silver-900: #1A3438;
--silver-950: #102023;
}