Silver

#A9B7E0

Blue

Color Codes

All color formats for development

HEX
#A9B7E0
RGB
rgb(169, 183, 224)
HSL
hsl(225, 47%, 77%)
OKLCH
oklch(0.783 0.061 270.2)
CMYK
cmyk(25%, 18%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.99:1

AA AAA

On Black Background

10.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CED6
300
#A9B7
400
#7C91
500
#5671
600
#3B56
700
#2F44
800
#2231
900
#161F
950
#0E14

Shades

Darker variations

1#8C9ED6
2#6F86CB
3#526EC1
4#3E5AAD
5#344B90
6#2A3C73
7#1F2D57
8#151E3A
9#0A0F1D

Tints

Lighter variations

1#B1BEE3
2#BAC5E6
3#C3CCE9
4#CBD4EC
5#D4DBEF
6#DDE2F3
7#E5E9F6
8#EEF1F9
9#F6F8FC

Tones

Muted variations

1#ACB8DD
2#AEB9DA
3#B1BBD8
4#B4BCD5
5#B7BDD2
6#B9BFCF
7#BCC0CD
8#BFC2CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F6
Light backgroundsTable row hoverSkeleton loading
200
CED6
#CED6ED
Secondary backgroundsInput backgroundsDividers
300
A9B7
#A9B7E0
BordersInactive statesPlaceholder text
400
7C91
#7C91D0
Disabled statesSecondary iconsMuted text
500
5671
#5671C2
Primary brand colorCTAsActive elementsLinks
600
3B56
#3B56A5
Hover statesFocus ringsPrimary buttons hover
700
2F44
#2F4483
Active/pressed statesDark mode accentsSecondary text
800
2231
#22315E
Text on light backgroundsHeadingsStrong borders
900
161F
#161F3C
Primary textHigh emphasis contentDark headings
950
0E14
#0E1425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F6FB;
  --silver-100: #E5E9F6;
  --silver-200: #CED6ED;
  --silver-300: #A9B7E0;
  --silver-400: #7C91D0;
  --silver-500: #5671C2;
  --silver-600: #3B56A5;
  --silver-700: #2F4483;
  --silver-800: #22315E;
  --silver-900: #161F3C;
  --silver-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color