Silver

#AAB3DF

Blue

Color Codes

All color formats for development

HEX
#AAB3DF
RGB
rgb(170, 179, 223)
HSL
hsl(230, 45%, 77%)
OKLCH
oklch(0.775 0.064 275.8)
CMYK
cmyk(24%, 20%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.05:1

AA AAA

On Black Background

10.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD4
300
#AAB3
400
#7E8B
500
#596A
600
#3E4F
700
#313E
800
#232D
900
#161D
950
#0E12

Shades

Darker variations

1#8D99D4
2#7180C9
3#5566BE
4#4152AB
5#36458E
6#2B3772
7#202955
8#161B39
9#0B0E1C

Tints

Lighter variations

1#B2BAE2
2#BBC2E5
3#C3CAE8
4#CCD1EC
5#D4D9EF
6#DDE1F2
7#E5E8F5
8#EEF0F9
9#F6F7FC

Tones

Muted variations

1#ADB5DC
2#AFB6D9
3#B2B8D7
4#B5BAD4
5#B7BCD2
6#BABDCF
7#BCBFCC
8#BFC1CA
9#C2C3C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E8
#E5E8F5
Light backgroundsTable row hoverSkeleton loading
200
CFD4
#CFD4ED
Secondary backgroundsInput backgroundsDividers
300
AAB3
#AAB3DF
BordersInactive statesPlaceholder text
400
7E8B
#7E8BCE
Disabled statesSecondary iconsMuted text
500
596A
#596AC0
Primary brand colorCTAsActive elementsLinks
600
3E4F
#3E4FA3
Hover statesFocus ringsPrimary buttons hover
700
313E
#313E81
Active/pressed statesDark mode accentsSecondary text
800
232D
#232D5C
Text on light backgroundsHeadingsStrong borders
900
161D
#161D3B
Primary textHigh emphasis contentDark headings
950
0E12
#0E1225
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E5E8F5;
  --silver-200: #CFD4ED;
  --silver-300: #AAB3DF;
  --silver-400: #7E8BCE;
  --silver-500: #596AC0;
  --silver-600: #3E4FA3;
  --silver-700: #313E81;
  --silver-800: #232D5C;
  --silver-900: #161D3B;
  --silver-950: #0E1225;
}
Generate More ShadesCreate PaletteConvert Color