Silver
#ACAEDC
BlueColor Codes
All color formats for development
HEX
#ACAEDCRGB
rgb(172, 174, 220)HSL
hsl(238, 41%, 77%)OKLCH
oklch(0.765 0.066 282.8)CMYK
cmyk(22%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9193D1
2#7578C5
3#595CBA
4#4649A6
5#3A3D8A
6#2E306F
7#232453
8#171837
9#0C0C1C
Tints
Lighter variations
1#B5B6E0
2#BDBEE3
3#C5C6E7
4#CDCEEA
5#D6D6EE
6#DEDFF1
7#E6E7F5
8#EEEFF8
9#F7F7FC
Tones
Muted variations
1#AFB0DA
2#B1B2D8
3#B4B5D5
4#B6B7D3
5#B8B9D0
6#BBBBCE
7#BDBECC
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 | ACAE #ACAEDC | BordersInactive statesPlaceholder text |
| 400 | 8184 #8184CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D60 #5D60BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4245 #42459E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3537 #35377E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #26275A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #F4F4FA;
--silver-100: #E6E6F4;
--silver-200: #D0D1EB;
--silver-300: #ACAEDC;
--silver-400: #8184CA;
--silver-500: #5D60BB;
--silver-600: #42459E;
--silver-700: #35377E;
--silver-800: #26275A;
--silver-900: #18193A;
--silver-950: #0F1024;
}