Silver

#9AAAB1

Blue

Color Codes

All color formats for development

HEX
#9AAAB1
RGB
rgb(154, 170, 177)
HSL
hsl(198, 13%, 65%)
OKLCH
oklch(0.728 0.021 225.8)
CMYK
cmyk(13%, 4%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DAE0
300
#BDC7
400
#9AAA
500
#7D92
600
#6276
700
#4E5E
800
#3743
900
#232B
950
#161B

Shades

Darker variations

1#879BA3
2#758B95
3#657A83
4#576970
5#48575E
6#3A464B
7#2B3438
8#1D2325
9#0E1113

Tints

Lighter variations

1#A4B3B9
2#AEBBC1
3#B8C4C9
4#C2CCD0
5#CDD5D8
6#D7DDE0
7#E1E6E8
8#EBEEEF
9#F5F7F7

Tones

Muted variations

1#9BAAB0
2#9CA9AF
3#9EA9AE
4#9FA9AD
5#A0A8AC
6#A1A8AA
7#A2A7A9
8#A3A7A8
9#A5A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E2
Secondary backgroundsInput backgroundsDividers
300
BDC7
#BDC7CC
BordersInactive statesPlaceholder text
400
9AAA
#9AAAB1
Disabled statesSecondary iconsMuted text
500
7D92
#7D929B
Primary brand colorCTAsActive elementsLinks
600
6276
#62767F
Hover statesFocus ringsPrimary buttons hover
700
4E5E
#4E5E65
Active/pressed statesDark mode accentsSecondary text
800
3743
#374348
Text on light backgroundsHeadingsStrong borders
900
232B
#232B2E
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F8;
  --silver-100: #EBEEEF;
  --silver-200: #DAE0E2;
  --silver-300: #BDC7CC;
  --silver-400: #9AAAB1;
  --silver-500: #7D929B;
  --silver-600: #62767F;
  --silver-700: #4E5E65;
  --silver-800: #374348;
  --silver-900: #232B2E;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color