Silver
#AFB4D9
BlueColor Codes
All color formats for development
HEX
#AFB4D9RGB
rgb(175, 180, 217)HSL
hsl(233, 36%, 77%)OKLCH
oklch(0.778 0.053 279)CMYK
cmyk(19%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#959BCD
2#7A82C0
3#5F69B4
4#4B55A0
5#3F4786
6#32396B
7#262B50
8#191C35
9#0D0E1B
Tints
Lighter variations
1#B7BCDD
2#BFC3E1
3#C7CBE5
4#CFD2E8
5#D7DAEC
6#DFE1F0
7#E7E9F4
8#EFF0F7
9#F7F8FB
Tones
Muted variations
1#B1B6D7
2#B3B7D5
3#B6B9D3
4#B8BBD1
5#BABCCF
6#BCBECD
7#BEBFCB
8#C0C1C9
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4D9 | BordersInactive statesPlaceholder text |
| 400 | 868D #868DC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636D #636DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4851 #485199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3941 #394179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292E #292E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E8F4;
--silver-200: #D2D5EA;
--silver-300: #AFB4D9;
--silver-400: #868DC6;
--silver-500: #636DB6;
--silver-600: #485199;
--silver-700: #394179;
--silver-800: #292E57;
--silver-900: #1A1E37;
--silver-950: #101223;
}