Silver

#AAAFDF

Blue

Color Codes

All color formats for development

HEX
#AAAFDF
RGB
rgb(170, 175, 223)
HSL
hsl(234, 45%, 77%)
OKLCH
oklch(0.767 0.069 280)
CMYK
cmyk(24%, 22%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.12:1

AA AAA

On Black Background

9.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#CFD2
300
#AAAF
400
#7E86
500
#5963
600
#3E48
700
#3139
800
#2329
900
#161A
950
#0E10

Shades

Darker variations

1#8D95D4
2#717AC9
3#555FBE
4#414BAB
5#363F8E
6#2B3272
7#202655
8#161939
9#0B0D1C

Tints

Lighter variations

1#B2B7E2
2#BBBFE5
3#C3C7E8
4#CCCFEC
5#D4D7EF
6#DDDFF2
7#E5E7F5
8#EEEFF9
9#F6F7FC

Tones

Muted variations

1#ADB1DC
2#AFB3D9
3#B2B6D7
4#B5B8D4
5#B7BAD2
6#BABCCF
7#BCBECC
8#BFC0CA
9#C2C2C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E7
#E5E7F5
Light backgroundsTable row hoverSkeleton loading
200
CFD2
#CFD2ED
Secondary backgroundsInput backgroundsDividers
300
AAAF
#AAAFDF
BordersInactive statesPlaceholder text
400
7E86
#7E86CE
Disabled statesSecondary iconsMuted text
500
5963
#5963C0
Primary brand colorCTAsActive elementsLinks
600
3E48
#3E48A3
Hover statesFocus ringsPrimary buttons hover
700
3139
#313981
Active/pressed statesDark mode accentsSecondary text
800
2329
#23295C
Text on light backgroundsHeadingsStrong borders
900
161A
#161A3B
Primary textHigh emphasis contentDark headings
950
0E10
#0E1025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F4F5FB;
  --silver-100: #E5E7F5;
  --silver-200: #CFD2ED;
  --silver-300: #AAAFDF;
  --silver-400: #7E86CE;
  --silver-500: #5963C0;
  --silver-600: #3E48A3;
  --silver-700: #313981;
  --silver-800: #23295C;
  --silver-900: #161A3B;
  --silver-950: #0E1025;
}
Generate More ShadesCreate PaletteConvert Color