Silver
#ACAFDC
BlueColor Codes
All color formats for development
HEX
#ACAFDCRGB
rgb(172, 175, 220)HSL
hsl(236, 41%, 77%)OKLCH
oklch(0.767 0.064 281.8)CMYK
cmyk(22%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9195D1
2#757AC5
3#5960BA
4#464CA6
5#3A3F8A
6#2E336F
7#232653
8#171937
9#0C0D1C
Tints
Lighter variations
1#B5B7E0
2#BDBFE3
3#C5C7E7
4#CDCFEA
5#D6D7EE
6#DEDFF1
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#AFB2DA
2#B1B4D8
3#B4B6D5
4#B6B8D3
5#B8BAD0
6#BBBCCE
7#BDBECC
8#C0C0C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8186 #8186CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D63 #5D63BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4248 #42489E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353A #353A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2629 #26295A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FA;
--silver-100: #E6E7F4;
--silver-200: #D0D2EB;
--silver-300: #ACB0DC;
--silver-400: #8186CA;
--silver-500: #5D63BB;
--silver-600: #42489E;
--silver-700: #353A7E;
--silver-800: #26295A;
--silver-900: #181A3A;
--silver-950: #0F1024;
}