Silver

#A9AFDF

Blue

Color Codes

All color formats for development

HEX
#A9AFDF
RGB
rgb(169, 175, 223)
HSL
hsl(233, 46%, 77%)
OKLCH
oklch(0.766 0.069 279.1)
CMYK
cmyk(24%, 22%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.12:1

AA AAA

On Black Background

9.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#CFD2
300
#A9B0
400
#7D86
500
#5764
600
#3D49
700
#303A
800
#2229
900
#161A
950
#0E11

Shades

Darker variations

1#8D95D5
2#707BCA
3#5360C0
4#404CAC
5#35408F
6#2A3373
7#202656
8#151939
9#0B0D1D

Tints

Lighter variations

1#B2B8E2
2#BAC0E6
3#C3C7E9
4#CCCFEC
5#D4D7EF
6#DDDFF2
7#E5E7F5
8#EEEFF9
9#F6F7FC

Tones

Muted variations

1#ACB2DD
2#AFB4DA
3#B1B6D7
4#B4B8D5
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
A9B0
#A9B0DF
BordersInactive statesPlaceholder text
400
7D86
#7D86CF
Disabled statesSecondary iconsMuted text
500
5764
#5764C1
Primary brand colorCTAsActive elementsLinks
600
3D49
#3D49A4
Hover statesFocus ringsPrimary buttons hover
700
303A
#303A82
Active/pressed statesDark mode accentsSecondary text
800
2229
#22295D
Text on light backgroundsHeadingsStrong borders
900
161A
#161A3C
Primary textHigh emphasis contentDark headings
950
0E11
#0E1125
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: #A9B0DF;
  --silver-400: #7D86CF;
  --silver-500: #5764C1;
  --silver-600: #3D49A4;
  --silver-700: #303A82;
  --silver-800: #22295D;
  --silver-900: #161A3C;
  --silver-950: #0E1125;
}
Generate More ShadesCreate PaletteConvert Color