Silver

#AAB8DF

Blue

Color Codes

All color formats for development

HEX
#AAB8DF
RGB
rgb(170, 184, 223)
HSL
hsl(224, 45%, 77%)
OKLCH
oklch(0.785 0.058 269.6)
CMYK
cmyk(24%, 17%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.98:1

AA AAA

On Black Background

10.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CFD7
300
#AAB8
400
#7E93
500
#5974
600
#3E59
700
#3147
800
#2332
900
#1620
950
#0E14

Shades

Darker variations

1#8DA0D4
2#7189C9
3#5571BE
4#415DAB
5#364E8E
6#2B3E72
7#202F55
8#161F39
9#0B101C

Tints

Lighter variations

1#B2BFE2
2#BBC6E5
3#C3CDE8
4#CCD4EC
5#D4DCEF
6#DDE3F2
7#E5EAF5
8#EEF1F9
9#F6F8FC

Tones

Muted variations

1#ADB9DC
2#AFBAD9
3#B2BCD7
4#B5BDD4
5#B7BED2
6#BABFCF
7#BCC1CC
8#BFC2CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F5
Light backgroundsTable row hoverSkeleton loading
200
CFD7
#CFD7ED
Secondary backgroundsInput backgroundsDividers
300
AAB8
#AAB8DF
BordersInactive statesPlaceholder text
400
7E93
#7E93CE
Disabled statesSecondary iconsMuted text
500
5974
#5974C0
Primary brand colorCTAsActive elementsLinks
600
3E59
#3E59A3
Hover statesFocus ringsPrimary buttons hover
700
3147
#314781
Active/pressed statesDark mode accentsSecondary text
800
2332
#23325C
Text on light backgroundsHeadingsStrong borders
900
1620
#16203B
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: #E5E9F5;
  --silver-200: #CFD7ED;
  --silver-300: #AAB8DF;
  --silver-400: #7E93CE;
  --silver-500: #5974C0;
  --silver-600: #3E59A3;
  --silver-700: #314781;
  --silver-800: #23325C;
  --silver-900: #16203B;
  --silver-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color