Silver

#A7AAE2

Blue

Color Codes

All color formats for development

HEX
#A7AAE2
RGB
rgb(167, 170, 226)
HSL
hsl(237, 50%, 77%)
OKLCH
oklch(0.756 0.08 281.9)
CMYK
cmyk(26%, 25%, 0%, 11%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E4E5
200
#CDCF
300
#A7AA
400
#797E
500
#5359
600
#383E
700
#2D31
800
#2023
900
#1416
950
#0D0E

Shades

Darker variations

1#8A8DD8
2#6C71CE
3#4F55C4
4#3B41B1
5#313693
6#272B76
7#1D2058
8#14163B
9#0A0B1D

Tints

Lighter variations

1#B0B2E5
2#B9BBE8
3#C1C3EA
4#CACCED
5#D3D4F0
6#DCDDF3
7#E5E5F6
8#EDEEF9
9#F6F6FC

Tones

Muted variations

1#AAADDF
2#ADAFDC
3#B0B2D9
4#B3B5D6
5#B6B7D3
6#B9BAD0
7#BCBCCD
8#BEBFCA
9#C1C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CDCF
#CDCFEE
Secondary backgroundsInput backgroundsDividers
300
A7AA
#A7AAE2
BordersInactive statesPlaceholder text
400
797E
#797ED2
Disabled statesSecondary iconsMuted text
500
5359
#5359C6
Primary brand colorCTAsActive elementsLinks
600
383E
#383EA8
Hover statesFocus ringsPrimary buttons hover
700
2D31
#2D3186
Active/pressed statesDark mode accentsSecondary text
800
2023
#202360
Text on light backgroundsHeadingsStrong borders
900
1416
#14163D
Primary textHigh emphasis contentDark headings
950
0D0E
#0D0E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F4FB;
  --silver-100: #E4E5F6;
  --silver-200: #CDCFEE;
  --silver-300: #A7AAE2;
  --silver-400: #797ED2;
  --silver-500: #5359C6;
  --silver-600: #383EA8;
  --silver-700: #2D3186;
  --silver-800: #202360;
  --silver-900: #14163D;
  --silver-950: #0D0E26;
}
Generate More ShadesCreate PaletteConvert Color