Silver

#A9B1DF

Blue

Color Codes

All color formats for development

HEX
#A9B1DF
RGB
rgb(169, 177, 223)
HSL
hsl(231, 46%, 77%)
OKLCH
oklch(0.77 0.066 277)
CMYK
cmyk(24%, 21%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#CFD3
300
#A9B1
400
#7D89
500
#5767
600
#3D4C
700
#303D
800
#222B
900
#161C
950
#0E11

Shades

Darker variations

1#8D98D5
2#707ECA
3#5364C0
4#4050AC
5#35438F
6#2A3573
7#202856
8#151B39
9#0B0D1D

Tints

Lighter variations

1#B2B9E2
2#BAC1E6
3#C3C9E9
4#CCD0EC
5#D4D8EF
6#DDE0F2
7#E5E8F5
8#EEEFF9
9#F6F7FC

Tones

Muted variations

1#ACB3DD
2#AFB5DA
3#B1B7D7
4#B4B9D5
5#B7BBD2
6#BABDCF
7#BCBFCC
8#BFC1CA
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E7
#E5E7F5
Light backgroundsTable row hoverSkeleton loading
200
CFD3
#CFD3ED
Secondary backgroundsInput backgroundsDividers
300
A9B1
#A9B1DF
BordersInactive statesPlaceholder text
400
7D89
#7D89CF
Disabled statesSecondary iconsMuted text
500
5767
#5767C1
Primary brand colorCTAsActive elementsLinks
600
3D4C
#3D4CA4
Hover statesFocus ringsPrimary buttons hover
700
303D
#303D82
Active/pressed statesDark mode accentsSecondary text
800
222B
#222B5D
Text on light backgroundsHeadingsStrong borders
900
161C
#161C3C
Primary textHigh emphasis contentDark headings
950
0E11
#0E1125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E5E7F5;
  --silver-200: #CFD3ED;
  --silver-300: #A9B1DF;
  --silver-400: #7D89CF;
  --silver-500: #5767C1;
  --silver-600: #3D4CA4;
  --silver-700: #303D82;
  --silver-800: #222B5D;
  --silver-900: #161C3C;
  --silver-950: #0E1125;
}
Generate More ShadesCreate PaletteConvert Color