Silver

#AABEDF

Blue

Color Codes

All color formats for development

HEX
#AABEDF
RGB
rgb(170, 190, 223)
HSL
hsl(217, 45%, 77%)
OKLCH
oklch(0.797 0.052 260.4)
CMYK
cmyk(24%, 15%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.89:1

AA AAA

On Black Background

11.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EB
200
#CFDA
300
#AABE
400
#7E9C
500
#5980
600
#3E64
700
#3150
800
#2339
900
#1625
950
#0E17

Shades

Darker variations

1#8DA8D4
2#7193C9
3#557DBE
4#4169AB
5#36588E
6#2B4672
7#203555
8#162339
9#0B121C

Tints

Lighter variations

1#B2C5E2
2#BBCBE5
3#C3D2E8
4#CCD8EC
5#D4DFEF
6#DDE5F2
7#E5ECF5
8#EEF2F9
9#F6F9FC

Tones

Muted variations

1#ADBFDC
2#AFBFD9
3#B2C0D7
4#B5C1D4
5#B7C1D2
6#BAC2CF
7#BCC3CC
8#BFC3CA
9#C2C4C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFDA
#CFDAED
Secondary backgroundsInput backgroundsDividers
300
AABE
#AABEDF
BordersInactive statesPlaceholder text
400
7E9C
#7E9CCE
Disabled statesSecondary iconsMuted text
500
5980
#5980C0
Primary brand colorCTAsActive elementsLinks
600
3E64
#3E64A3
Hover statesFocus ringsPrimary buttons hover
700
3150
#315081
Active/pressed statesDark mode accentsSecondary text
800
2339
#23395C
Text on light backgroundsHeadingsStrong borders
900
1625
#16253B
Primary textHigh emphasis contentDark headings
950
0E17
#0E1725
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F7FB;
  --silver-100: #E5EBF5;
  --silver-200: #CFDAED;
  --silver-300: #AABEDF;
  --silver-400: #7E9CCE;
  --silver-500: #5980C0;
  --silver-600: #3E64A3;
  --silver-700: #315081;
  --silver-800: #23395C;
  --silver-900: #16253B;
  --silver-950: #0E1725;
}
Generate More ShadesCreate PaletteConvert Color