Silver

#9A9AB1

Blue

Color Codes

All color formats for development

HEX
#9A9AB1
RGB
rgb(154, 154, 177)
HSL
hsl(240, 13%, 65%)
OKLCH
oklch(0.694 0.033 285.5)
CMYK
cmyk(13%, 13%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.75:1

AA AAA

On Black Background

7.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EBEB
200
#DADA
300
#BDBD
400
#9A9A
500
#7D7D
600
#6262
700
#4E4E
800
#3737
900
#2323
950
#1616

Shades

Darker variations

1#8787A3
2#757595
3#656583
4#575770
5#48485E
6#3A3A4B
7#2B2B38
8#1D1D25
9#0E0E13

Tints

Lighter variations

1#A4A4B9
2#AEAEC1
3#B8B8C9
4#C2C2D0
5#CDCDD8
6#D7D7E0
7#E1E1E8
8#EBEBEF
9#F5F5F7

Tones

Muted variations

1#9B9BB0
2#9C9CAF
3#9E9EAE
4#9F9FAD
5#A0A0AC
6#A1A1AA
7#A2A2A9
8#A3A3A8
9#A5A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEB
#EBEBEF
Light backgroundsTable row hoverSkeleton loading
200
DADA
#DADAE2
Secondary backgroundsInput backgroundsDividers
300
BDBD
#BDBDCC
BordersInactive statesPlaceholder text
400
9A9A
#9A9AB1
Disabled statesSecondary iconsMuted text
500
7D7D
#7D7D9B
Primary brand colorCTAsActive elementsLinks
600
6262
#62627F
Hover statesFocus ringsPrimary buttons hover
700
4E4E
#4E4E65
Active/pressed statesDark mode accentsSecondary text
800
3737
#373748
Text on light backgroundsHeadingsStrong borders
900
2323
#23232E
Primary textHigh emphasis contentDark headings
950
1616
#16161D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F8;
  --silver-100: #EBEBEF;
  --silver-200: #DADAE2;
  --silver-300: #BDBDCC;
  --silver-400: #9A9AB1;
  --silver-500: #7D7D9B;
  --silver-600: #62627F;
  --silver-700: #4E4E65;
  --silver-800: #373748;
  --silver-900: #23232E;
  --silver-950: #16161D;
}
Generate More ShadesCreate PaletteConvert Color