Silver

#ACADDD

Blue

Color Codes

All color formats for development

HEX
#ACADDD
RGB
rgb(172, 173, 221)
HSL
hsl(239, 42%, 77%)
OKLCH
oklch(0.764 0.068 283.7)
CMYK
cmyk(22%, 22%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E6E6
200
#D0D0
300
#ACAD
400
#8082
500
#5C5E
600
#4143
700
#3435
800
#2526
900
#1818
950
#0F0F

Shades

Darker variations

1#9091D2
2#7475C6
3#585ABB
4#4446A7
5#393A8B
6#2E2F70
7#222354
8#171738
9#0B0C1C

Tints

Lighter variations

1#B4B5E0
2#BCBDE4
3#C5C5E7
4#CDCEEB
5#D5D6EE
6#DEDEF1
7#E6E6F5
8#EEEFF8
9#F7F7FC

Tones

Muted variations

1#AEAFDB
2#B1B1D8
3#B3B4D6
4#B6B6D3
5#B8B8D1
6#BABBCE
7#BDBDCC
8#BFC0C9
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
ACAD
#ACADDD
BordersInactive statesPlaceholder text
400
8082
#8082CB
Disabled statesSecondary iconsMuted text
500
5C5E
#5C5EBC
Primary brand colorCTAsActive elementsLinks
600
4143
#41439F
Hover statesFocus ringsPrimary buttons hover
700
3435
#34357F
Active/pressed statesDark mode accentsSecondary text
800
2526
#25265B
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: #ACADDD;
  --silver-400: #8082CB;
  --silver-500: #5C5EBC;
  --silver-600: #41439F;
  --silver-700: #34357F;
  --silver-800: #25265B;
  --silver-900: #18183A;
  --silver-950: #0F0F24;
}
Generate More ShadesCreate PaletteConvert Color