Silver

#ACACDD

Blue

Color Codes

All color formats for development

HEX
#ACACDD
RGB
rgb(172, 172, 221)
HSL
hsl(240, 42%, 77%)
OKLCH
oklch(0.762 0.07 284.6)
CMYK
cmyk(22%, 22%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E6E6
200
#D0D0
300
#ACAC
400
#8080
500
#5C5C
600
#4141
700
#3434
800
#2525
900
#1818
950
#0F0F

Shades

Darker variations

1#9090D2
2#7474C6
3#5858BB
4#4444A7
5#39398B
6#2E2E70
7#222254
8#171738
9#0B0B1C

Tints

Lighter variations

1#B4B4E0
2#BCBCE4
3#C5C5E7
4#CDCDEB
5#D5D5EE
6#DEDEF1
7#E6E6F5
8#EEEEF8
9#F7F7FC

Tones

Muted variations

1#AEAEDB
2#B1B1D8
3#B3B3D6
4#B6B6D3
5#B8B8D1
6#BABACE
7#BDBDCC
8#BFBFC9
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E6E6
#E6E6F5
Light backgroundsTable row hoverSkeleton loading
200
D0D0
#D0D0EC
Secondary backgroundsInput backgroundsDividers
300
ACAC
#ACACDD
BordersInactive statesPlaceholder text
400
8080
#8080CB
Disabled statesSecondary iconsMuted text
500
5C5C
#5C5CBC
Primary brand colorCTAsActive elementsLinks
600
4141
#41419F
Hover statesFocus ringsPrimary buttons hover
700
3434
#34347F
Active/pressed statesDark mode accentsSecondary text
800
2525
#25255B
Text on light backgroundsHeadingsStrong borders
900
1818
#18183A
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: #F4F4FB;
  --silver-100: #E6E6F5;
  --silver-200: #D0D0EC;
  --silver-300: #ACACDD;
  --silver-400: #8080CB;
  --silver-500: #5C5CBC;
  --silver-600: #41419F;
  --silver-700: #34347F;
  --silver-800: #25255B;
  --silver-900: #18183A;
  --silver-950: #0F0F24;
}
Generate More ShadesCreate PaletteConvert Color