Silver

#A8A9E1

Blue

Color Codes

All color formats for development

HEX
#A8A9E1
RGB
rgb(168, 169, 225)
HSL
hsl(239, 49%, 77%)
OKLCH
oklch(0.754 0.08 283.5)
CMYK
cmyk(25%, 25%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.23:1

AA AAA

On Black Background

9.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E4E5
200
#CECE
300
#A8A9
400
#7A7B
500
#5456
600
#393B
700
#2E2F
800
#2122
900
#1515
950
#0D0D

Shades

Darker variations

1#8A8CD7
2#6D6FCD
3#5052C3
4#3C3EB0
5#323492
6#282975
7#1E1F58
8#14153B
9#0A0A1D

Tints

Lighter variations

1#B0B1E4
2#B9BAE7
3#C2C2EA
4#CBCBED
5#D3D4F0
6#DCDCF3
7#E5E5F6
8#EEEEF9
9#F6F6FC

Tones

Muted variations

1#AAABDE
2#ADAEDB
3#B0B1D8
4#B3B4D6
5#B6B6D3
6#B9B9D0
7#BCBCCD
8#BFBFCA
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
CECE
#CECEEE
Secondary backgroundsInput backgroundsDividers
300
A8A9
#A8A9E1
BordersInactive statesPlaceholder text
400
7A7B
#7A7BD1
Disabled statesSecondary iconsMuted text
500
5456
#5456C4
Primary brand colorCTAsActive elementsLinks
600
393B
#393BA7
Hover statesFocus ringsPrimary buttons hover
700
2E2F
#2E2F85
Active/pressed statesDark mode accentsSecondary text
800
2122
#21225F
Text on light backgroundsHeadingsStrong borders
900
1515
#15153D
Primary textHigh emphasis contentDark headings
950
0D0D
#0D0D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F4FB;
  --silver-100: #E4E5F6;
  --silver-200: #CECEEE;
  --silver-300: #A8A9E1;
  --silver-400: #7A7BD1;
  --silver-500: #5456C4;
  --silver-600: #393BA7;
  --silver-700: #2E2F85;
  --silver-800: #21225F;
  --silver-900: #15153D;
  --silver-950: #0D0D26;
}
Generate More ShadesCreate PaletteConvert Color