Silver

#ABBBDE

Blue

Color Codes

All color formats for development

HEX
#ABBBDE
RGB
rgb(171, 187, 222)
HSL
hsl(221, 44%, 77%)
OKLCH
oklch(0.792 0.053 265.8)
CMYK
cmyk(23%, 16%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CFD9
300
#ABBB
400
#7E97
500
#5A7A
600
#3F5E
700
#324B
800
#2435
900
#1722
950
#0E15

Shades

Darker variations

1#8EA4D3
2#728DC8
3#5676BD
4#4263AA
5#37528D
6#2C4271
7#213155
8#162139
9#0B101C

Tints

Lighter variations

1#B3C2E1
2#BBC9E5
3#C4CFE8
4#CCD6EB
5#D5DDEF
6#DDE4F2
7#E6EBF5
8#EEF1F8
9#F7F8FC

Tones

Muted variations

1#ADBCDC
2#B0BDD9
3#B2BED6
4#B5BFD4
5#B7C0D1
6#BAC1CF
7#BDC2CC
8#BFC2CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
CFD9
#CFD9EC
Secondary backgroundsInput backgroundsDividers
300
ABBB
#ABBBDE
BordersInactive statesPlaceholder text
400
7E97
#7E97CD
Disabled statesSecondary iconsMuted text
500
5A7A
#5A7ABF
Primary brand colorCTAsActive elementsLinks
600
3F5E
#3F5EA2
Hover statesFocus ringsPrimary buttons hover
700
324B
#324B81
Active/pressed statesDark mode accentsSecondary text
800
2435
#24355C
Text on light backgroundsHeadingsStrong borders
900
1722
#17223B
Primary textHigh emphasis contentDark headings
950
0E15
#0E1525
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F6FB;
  --silver-100: #E5EAF5;
  --silver-200: #CFD9EC;
  --silver-300: #ABBBDE;
  --silver-400: #7E97CD;
  --silver-500: #5A7ABF;
  --silver-600: #3F5EA2;
  --silver-700: #324B81;
  --silver-800: #24355C;
  --silver-900: #17223B;
  --silver-950: #0E1525;
}
Generate More ShadesCreate PaletteConvert Color