Silver

#A7AEE2

Blue

Color Codes

All color formats for development

HEX
#A7AEE2
RGB
rgb(167, 174, 226)
HSL
hsl(233, 50%, 77%)
OKLCH
oklch(0.764 0.075 278.5)
CMYK
cmyk(26%, 23%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E4E6
200
#CDD1
300
#A7AE
400
#7984
500
#5360
600
#3845
700
#2D37
800
#2027
900
#1419
950
#0D10

Shades

Darker variations

1#8A93D8
2#6C78CE
3#4F5CC4
4#3B49B1
5#313D93
6#273076
7#1D2458
8#14183B
9#0A0C1D

Tints

Lighter variations

1#B0B6E5
2#B9BEE8
3#C1C6EA
4#CACEED
5#D3D6F0
6#DCDFF3
7#E5E7F6
8#EDEFF9
9#F6F7FC

Tones

Muted variations

1#AAB0DF
2#ADB2DC
3#B0B5D9
4#B3B7D6
5#B6B9D3
6#B9BBD0
7#BCBECD
8#BEC0CA
9#C1C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E6
#E4E6F6
Light backgroundsTable row hoverSkeleton loading
200
CDD1
#CDD1EE
Secondary backgroundsInput backgroundsDividers
300
A7AE
#A7AEE2
BordersInactive statesPlaceholder text
400
7984
#7984D2
Disabled statesSecondary iconsMuted text
500
5360
#5360C6
Primary brand colorCTAsActive elementsLinks
600
3845
#3845A8
Hover statesFocus ringsPrimary buttons hover
700
2D37
#2D3786
Active/pressed statesDark mode accentsSecondary text
800
2027
#202760
Text on light backgroundsHeadingsStrong borders
900
1419
#14193D
Primary textHigh emphasis contentDark headings
950
0D10
#0D1026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F4FB;
  --silver-100: #E4E6F6;
  --silver-200: #CDD1EE;
  --silver-300: #A7AEE2;
  --silver-400: #7984D2;
  --silver-500: #5360C6;
  --silver-600: #3845A8;
  --silver-700: #2D3786;
  --silver-800: #202760;
  --silver-900: #14193D;
  --silver-950: #0D1026;
}
Generate More ShadesCreate PaletteConvert Color