Silver

#A9B4DF

Blue

Color Codes

All color formats for development

HEX
#A9B4DF
RGB
rgb(169, 180, 223)
HSL
hsl(228, 46%, 77%)
OKLCH
oklch(0.776 0.063 273.7)
CMYK
cmyk(24%, 19%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#CFD5
300
#A9B4
400
#7D8D
500
#576D
600
#3D51
700
#3041
800
#222E
900
#161E
950
#0E12

Shades

Darker variations

1#8D9BD5
2#7082CA
3#5369C0
4#4055AC
5#35478F
6#2A3973
7#202B56
8#151C39
9#0B0E1D

Tints

Lighter variations

1#B2BCE2
2#BAC3E6
3#C3CBE9
4#CCD2EC
5#D4DAEF
6#DDE1F2
7#E5E9F5
8#EEF0F9
9#F6F8FC

Tones

Muted variations

1#ACB6DD
2#AFB7DA
3#B1B9D7
4#B4BBD5
5#B7BCD2
6#BABECF
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
CFD5
#CFD5ED
Secondary backgroundsInput backgroundsDividers
300
A9B4
#A9B4DF
BordersInactive statesPlaceholder text
400
7D8D
#7D8DCF
Disabled statesSecondary iconsMuted text
500
576D
#576DC1
Primary brand colorCTAsActive elementsLinks
600
3D51
#3D51A4
Hover statesFocus ringsPrimary buttons hover
700
3041
#304182
Active/pressed statesDark mode accentsSecondary text
800
222E
#222E5D
Text on light backgroundsHeadingsStrong borders
900
161E
#161E3C
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: #CFD5ED;
  --silver-300: #A9B4DF;
  --silver-400: #7D8DCF;
  --silver-500: #576DC1;
  --silver-600: #3D51A4;
  --silver-700: #304182;
  --silver-800: #222E5D;
  --silver-900: #161E3C;
  --silver-950: #0E1225;
}
Generate More ShadesCreate PaletteConvert Color