Silver

#A9B6DF

Blue

Color Codes

All color formats for development

HEX
#A9B6DF
RGB
rgb(169, 182, 223)
HSL
hsl(226, 46%, 77%)
OKLCH
oklch(0.78 0.06 271.2)
CMYK
cmyk(24%, 18%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.01:1

AA AAA

On Black Background

10.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E9
200
#CFD6
300
#A9B6
400
#7D90
500
#5770
600
#3D55
700
#3043
800
#2230
900
#161F
950
#0E13

Shades

Darker variations

1#8D9ED5
2#7085CA
3#536DC0
4#4059AC
5#354A8F
6#2A3B73
7#202C56
8#151E39
9#0B0F1D

Tints

Lighter variations

1#B2BDE2
2#BAC5E6
3#C3CCE9
4#CCD3EC
5#D4DAEF
6#DDE2F2
7#E5E9F5
8#EEF0F9
9#F6F8FC

Tones

Muted variations

1#ACB7DD
2#AFB9DA
3#B1BAD7
4#B4BCD5
5#B7BDD2
6#BABFCF
7#BCC0CC
8#BFC1CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F5
Light backgroundsTable row hoverSkeleton loading
200
CFD6
#CFD6ED
Secondary backgroundsInput backgroundsDividers
300
A9B6
#A9B6DF
BordersInactive statesPlaceholder text
400
7D90
#7D90CF
Disabled statesSecondary iconsMuted text
500
5770
#5770C1
Primary brand colorCTAsActive elementsLinks
600
3D55
#3D55A4
Hover statesFocus ringsPrimary buttons hover
700
3043
#304382
Active/pressed statesDark mode accentsSecondary text
800
2230
#22305D
Text on light backgroundsHeadingsStrong borders
900
161F
#161F3C
Primary textHigh emphasis contentDark headings
950
0E13
#0E1325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E5E9F5;
  --silver-200: #CFD6ED;
  --silver-300: #A9B6DF;
  --silver-400: #7D90CF;
  --silver-500: #5770C1;
  --silver-600: #3D55A4;
  --silver-700: #304382;
  --silver-800: #22305D;
  --silver-900: #161F3C;
  --silver-950: #0E1325;
}
Generate More ShadesCreate PaletteConvert Color