Silver

#AABCDF

Blue

Color Codes

All color formats for development

HEX
#AABCDF
RGB
rgb(170, 188, 223)
HSL
hsl(220, 45%, 77%)
OKLCH
oklch(0.793 0.054 263.7)
CMYK
cmyk(24%, 16%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

10.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#CFD9
300
#AABC
400
#7E98
500
#597B
600
#3E5F
700
#314C
800
#2336
900
#1623
950
#0E16

Shades

Darker variations

1#8DA5D4
2#718EC9
3#5578BE
4#4164AB
5#36538E
6#2B4372
7#203255
8#162139
9#0B111C

Tints

Lighter variations

1#B2C2E2
2#BBC9E5
3#C3D0E8
4#CCD7EC
5#D4DDEF
6#DDE4F2
7#E5EBF5
8#EEF2F9
9#F6F8FC

Tones

Muted variations

1#ADBCDC
2#AFBDD9
3#B2BED7
4#B5BFD4
5#B7C0D2
6#BAC1CF
7#BCC2CC
8#BFC3CA
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
#CFD9ED
Secondary backgroundsInput backgroundsDividers
300
AABC
#AABCDF
BordersInactive statesPlaceholder text
400
7E98
#7E98CE
Disabled statesSecondary iconsMuted text
500
597B
#597BC0
Primary brand colorCTAsActive elementsLinks
600
3E5F
#3E5FA3
Hover statesFocus ringsPrimary buttons hover
700
314C
#314C81
Active/pressed statesDark mode accentsSecondary text
800
2336
#23365C
Text on light backgroundsHeadingsStrong borders
900
1623
#16233B
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F6FB;
  --silver-100: #E5EAF5;
  --silver-200: #CFD9ED;
  --silver-300: #AABCDF;
  --silver-400: #7E98CE;
  --silver-500: #597BC0;
  --silver-600: #3E5FA3;
  --silver-700: #314C81;
  --silver-800: #23365C;
  --silver-900: #16233B;
  --silver-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color