Silver
#AFB0D9
BlueColor Codes
All color formats for development
HEX
#AFB0D9RGB
rgb(175, 176, 217)HSL
hsl(239, 36%, 77%)OKLCH
oklch(0.77 0.058 283.8)CMYK
cmyk(19%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9595CD
2#7A7BC0
3#5F61B4
4#4B4DA0
5#3F4086
6#32336B
7#262650
8#191A35
9#0D0D1B
Tints
Lighter variations
1#B7B8DD
2#BFC0E1
3#C7C8E5
4#CFD0E8
5#D7D7EC
6#DFDFF0
7#E7E7F4
8#EFEFF7
9#F7F7FB
Tones
Muted variations
1#B1B2D7
2#B3B4D5
3#B6B6D3
4#B8B8D1
5#BABACF
6#BCBCCD
7#BEBECB
8#C0C0C9
9#C2C2C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0D9 | BordersInactive statesPlaceholder text |
| 400 | 8687 #8687C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6364 #6364B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4849 #484999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393A #393A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292A #292A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E7F4;
--silver-200: #D2D2EA;
--silver-300: #AFB0D9;
--silver-400: #8687C6;
--silver-500: #6364B6;
--silver-600: #484999;
--silver-700: #393A79;
--silver-800: #292A57;
--silver-900: #1A1B37;
--silver-950: #101123;
}