Silver
#ACADDC
BlueColor Codes
All color formats for development
HEX
#ACADDCRGB
rgb(172, 173, 220)HSL
hsl(239, 41%, 77%)OKLCH
oklch(0.763 0.067 283.7)CMYK
cmyk(22%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9192D1
2#7576C5
3#595BBA
4#4647A6
5#3A3B8A
6#2E2F6F
7#232453
8#171837
9#0C0C1C
Tints
Lighter variations
1#B5B5E0
2#BDBDE3
3#C5C6E7
4#CDCEEA
5#D6D6EE
6#DEDEF1
7#E6E6F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#AFAFDA
2#B1B2D8
3#B4B4D5
4#B6B6D3
5#B8B9D0
6#BBBBCE
7#BDBDCC
8#C0C0C9
9#C2C2C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDC | BordersInactive statesPlaceholder text |
| 400 | 8182 #8182CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5F #5D5FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4244 #42449E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3536 #35367E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F4FA;
--silver-100: #E6E6F4;
--silver-200: #D0D1EB;
--silver-300: #ACADDC;
--silver-400: #8182CA;
--silver-500: #5D5FBB;
--silver-600: #42449E;
--silver-700: #35367E;
--silver-800: #26265A;
--silver-900: #18193A;
--silver-950: #0F0F24;
}