Silver

#ACACDC

Blue

Color Codes

All color formats for development

HEX
#ACACDC
RGB
rgb(172, 172, 220)
HSL
hsl(240, 41%, 77%)
OKLCH
oklch(0.761 0.068 284.7)
CMYK
cmyk(22%, 22%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.69: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
#8181
500
#5D5D
600
#4242
700
#3535
800
#2626
900
#1818
950
#0F0F

Shades

Darker variations

1#9191D1
2#7575C5
3#5959BA
4#4646A6
5#3A3A8A
6#2E2E6F
7#232353
8#171737
9#0C0C1C

Tints

Lighter variations

1#B5B5E0
2#BDBDE3
3#C5C5E7
4#CDCDEA
5#D6D6EE
6#DEDEF1
7#E6E6F5
8#EEEEF8
9#F7F7FC

Tones

Muted variations

1#AFAFDA
2#B1B1D8
3#B4B4D5
4#B6B6D3
5#B8B8D0
6#BBBBCE
7#BDBDCC
8#C0C0C9
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E6
#E6E6F4
Light backgroundsTable row hoverSkeleton loading
200
D0D0
#D0D0EB
Secondary backgroundsInput backgroundsDividers
300
ACAC
#ACACDC
BordersInactive statesPlaceholder text
400
8181
#8181CA
Disabled statesSecondary iconsMuted text
500
5D5D
#5D5DBB
Primary brand colorCTAsActive elementsLinks
600
4242
#42429E
Hover statesFocus ringsPrimary buttons hover
700
3535
#35357E
Active/pressed statesDark mode accentsSecondary text
800
2626
#26265A
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: #F4F4FA;
  --silver-100: #E6E6F4;
  --silver-200: #D0D0EB;
  --silver-300: #ACACDC;
  --silver-400: #8181CA;
  --silver-500: #5D5DBB;
  --silver-600: #42429E;
  --silver-700: #35357E;
  --silver-800: #26265A;
  --silver-900: #18183A;
  --silver-950: #0F0F24;
}
Generate More ShadesCreate PaletteConvert Color