Silver
#ACB3DD
BlueColor Codes
All color formats for development
HEX
#ACB3DDRGB
rgb(172, 179, 221)HSL
hsl(231, 42%, 77%)OKLCH
oklch(0.776 0.06 277.5)CMYK
cmyk(22%, 19%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#909AD2
2#7480C6
3#5867BB
4#4453A7
5#39458B
6#2E3770
7#222A54
8#171C38
9#0B0E1C
Tints
Lighter variations
1#B4BBE0
2#BCC2E4
3#C5CAE7
4#CDD1EB
5#D5D9EE
6#DEE1F1
7#E6E8F5
8#EEF0F8
9#F7F7FC
Tones
Muted variations
1#AEB5DB
2#B1B7D8
3#B3B8D6
4#B6BAD3
5#B8BCD1
6#BABDCE
7#BDBFCC
8#BFC1C9
9#C2C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DD | BordersInactive statesPlaceholder text |
| 400 | 808C #808CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6B #5C6BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414F #414F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343F #343F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252D #252D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F5FB;
--silver-100: #E6E8F5;
--silver-200: #D0D4EC;
--silver-300: #ACB3DD;
--silver-400: #808CCB;
--silver-500: #5C6BBC;
--silver-600: #414F9F;
--silver-700: #343F7F;
--silver-800: #252D5B;
--silver-900: #181D3A;
--silver-950: #0F1224;
}