Silver
#ACB4DD
BlueColor Codes
All color formats for development
HEX
#ACB4DDRGB
rgb(172, 180, 221)HSL
hsl(230, 42%, 77%)OKLCH
oklch(0.778 0.059 276.3)CMYK
cmyk(22%, 19%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#909BD2
2#7482C6
3#5869BB
4#4455A7
5#39478B
6#2E3970
7#222A54
8#171C38
9#0B0E1C
Tints
Lighter variations
1#B4BBE0
2#BCC3E4
3#C5CAE7
4#CDD2EB
5#D5D9EE
6#DEE1F1
7#E6E8F5
8#EEF0F8
9#F7F7FC
Tones
Muted variations
1#AEB6DB
2#B1B7D8
3#B3B9D6
4#B6BAD3
5#B8BCD1
6#BABECE
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 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DD | BordersInactive statesPlaceholder text |
| 400 | 808D #808DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6C #5C6CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4151 #41519F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3440 #34407F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252E #252E5B | 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: #D0D5EC;
--silver-300: #ACB4DD;
--silver-400: #808DCB;
--silver-500: #5C6CBC;
--silver-600: #41519F;
--silver-700: #34407F;
--silver-800: #252E5B;
--silver-900: #181D3A;
--silver-950: #0F1224;
}