Silver

#9BAAB0

Blue

Color Codes

All color formats for development

HEX
#9BAAB0
RGB
rgb(155, 170, 176)
HSL
hsl(197, 12%, 65%)
OKLCH
oklch(0.728 0.019 223.7)
CMYK
cmyk(12%, 3%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.77: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
#9BAA
500
#7E92
600
#6376
700
#4F5E
800
#3843
900
#242B
950
#161B

Shades

Darker variations

1#889BA2
2#768B93
3#667A82
4#58696F
5#49575D
6#3A464A
7#2C3438
8#1D2325
9#0F1113

Tints

Lighter variations

1#A5B3B8
2#AFBBC0
3#B9C4C8
4#C3CCD0
5#CDD5D8
6#D7DDE0
7#E1E6E7
8#EBEEEF
9#F5F7F7

Tones

Muted variations

1#9CAAAF
2#9DA9AE
3#9EA9AD
4#9FA9AC
5#A0A8AB
6#A1A8AA
7#A3A7A9
8#A4A7A8
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
#BDC7CB
BordersInactive statesPlaceholder text
400
9BAA
#9BAAB0
Disabled statesSecondary iconsMuted text
500
7E92
#7E929A
Primary brand colorCTAsActive elementsLinks
600
6376
#63767E
Hover statesFocus ringsPrimary buttons hover
700
4F5E
#4F5E64
Active/pressed statesDark mode accentsSecondary text
800
3843
#384347
Text on light backgroundsHeadingsStrong borders
900
242B
#242B2E
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: #BDC7CB;
  --silver-400: #9BAAB0;
  --silver-500: #7E929A;
  --silver-600: #63767E;
  --silver-700: #4F5E64;
  --silver-800: #384347;
  --silver-900: #242B2E;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color