Silver
#AFD5D9
CyanColor Codes
All color formats for development
HEX
#AFD5D9RGB
rgb(175, 213, 217)HSL
hsl(186, 36%, 77%)OKLCH
oklch(0.847 0.04 204.3)CMYK
cmyk(19%, 2%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95C7CD
2#7AB9C0
3#5FABB4
4#4B98A0
5#3F7E86
6#32656B
7#264C50
8#193335
9#0D191B
Tints
Lighter variations
1#B7D9DD
2#BFDEE1
3#C7E2E5
4#CFE6E8
5#D7EAEC
6#DFEEF0
7#E7F2F4
8#EFF7F7
9#F7FBFB
Tones
Muted variations
1#B1D4D7
2#B3D2D5
3#B6D0D3
4#B8CED1
5#BACDCF
6#BCCBCD
7#BEC9CB
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 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BF #86BFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AD #63ADB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4891 #489199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3973 #397379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2952 #295257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | 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: #E7F2F4;
--silver-200: #D2E7EA;
--silver-300: #AFD5D9;
--silver-400: #86BFC6;
--silver-500: #63ADB6;
--silver-600: #489199;
--silver-700: #397379;
--silver-800: #295257;
--silver-900: #1A3537;
--silver-950: #102123;
}