Silver

#A9B1E0

Blue

Color Codes

All color formats for development

HEX
#A9B1E0
RGB
rgb(169, 177, 224)
HSL
hsl(231, 47%, 77%)
OKLCH
oklch(0.77 0.068 277.2)
CMYK
cmyk(25%, 21%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#CED3
300
#A9B1
400
#7C88
500
#5666
600
#3B4B
700
#2F3C
800
#222B
900
#161B
950
#0E11

Shades

Darker variations

1#8C97D6
2#6F7DCB
3#5263C1
4#3E4FAD
5#344290
6#2A3573
7#1F2857
8#151A3A
9#0A0D1D

Tints

Lighter variations

1#B1B9E3
2#BAC1E6
3#C3C8E9
4#CBD0EC
5#D4D8EF
6#DDE0F3
7#E5E8F6
8#EEEFF9
9#F6F7FC

Tones

Muted variations

1#ACB3DD
2#AEB5DA
3#B1B7D8
4#B4B9D5
5#B7BBD2
6#B9BDCF
7#BCBFCD
8#BFC0CA
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E7
#E5E7F6
Light backgroundsTable row hoverSkeleton loading
200
CED3
#CED3ED
Secondary backgroundsInput backgroundsDividers
300
A9B1
#A9B1E0
BordersInactive statesPlaceholder text
400
7C88
#7C88D0
Disabled statesSecondary iconsMuted text
500
5666
#5666C2
Primary brand colorCTAsActive elementsLinks
600
3B4B
#3B4BA5
Hover statesFocus ringsPrimary buttons hover
700
2F3C
#2F3C83
Active/pressed statesDark mode accentsSecondary text
800
222B
#222B5E
Text on light backgroundsHeadingsStrong borders
900
161B
#161B3C
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: #E5E7F6;
  --silver-200: #CED3ED;
  --silver-300: #A9B1E0;
  --silver-400: #7C88D0;
  --silver-500: #5666C2;
  --silver-600: #3B4BA5;
  --silver-700: #2F3C83;
  --silver-800: #222B5E;
  --silver-900: #161B3C;
  --silver-950: #0E1125;
}
Generate More ShadesCreate PaletteConvert Color