Silver

#ABBADE

Blue

Color Codes

All color formats for development

HEX
#ABBADE
RGB
rgb(171, 186, 222)
HSL
hsl(222, 44%, 77%)
OKLCH
oklch(0.789 0.054 267.3)
CMYK
cmyk(23%, 16%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CFD8
300
#ABBA
400
#7E96
500
#5A78
600
#3F5C
700
#324A
800
#2435
900
#1722
950
#0E15

Shades

Darker variations

1#8EA3D3
2#728CC8
3#5675BD
4#4261AA
5#37518D
6#2C4171
7#213155
8#162039
9#0B101C

Tints

Lighter variations

1#B3C1E1
2#BBC8E5
3#C4CFE8
4#CCD6EB
5#D5DDEF
6#DDE3F2
7#E6EAF5
8#EEF1F8
9#F7F8FC

Tones

Muted variations

1#ADBBDC
2#B0BCD9
3#B2BDD6
4#B5BED4
5#B7BFD1
6#BAC0CF
7#BDC1CC
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
CFD8
#CFD8EC
Secondary backgroundsInput backgroundsDividers
300
ABBA
#ABBADE
BordersInactive statesPlaceholder text
400
7E96
#7E96CD
Disabled statesSecondary iconsMuted text
500
5A78
#5A78BF
Primary brand colorCTAsActive elementsLinks
600
3F5C
#3F5CA2
Hover statesFocus ringsPrimary buttons hover
700
324A
#324A81
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: #CFD8EC;
  --silver-300: #ABBADE;
  --silver-400: #7E96CD;
  --silver-500: #5A78BF;
  --silver-600: #3F5CA2;
  --silver-700: #324A81;
  --silver-800: #24355C;
  --silver-900: #17223B;
  --silver-950: #0E1525;
}
Generate More ShadesCreate PaletteConvert Color