Silver

#9AABB1

Blue

Color Codes

All color formats for development

HEX
#9AABB1
RGB
rgb(154, 171, 177)
HSL
hsl(196, 13%, 65%)
OKLCH
oklch(0.73 0.021 221)
CMYK
cmyk(13%, 3%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.38:1

AA AAA

On Black Background

8.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DAE0
300
#BDC8
400
#9AAB
500
#7D93
600
#6277
700
#4E5F
800
#3744
900
#232B
950
#161B

Shades

Darker variations

1#879CA3
2#758C95
3#657B83
4#576970
5#48585E
6#3A464B
7#2B3538
8#1D2325
9#0E1213

Tints

Lighter variations

1#A4B4B9
2#AEBCC1
3#B8C4C9
4#C2CDD0
5#CDD5D8
6#D7DDE0
7#E1E6E8
8#EBEEEF
9#F5F7F7

Tones

Muted variations

1#9BABB0
2#9CAAAF
3#9EAAAE
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
BDC8
#BDC8CC
BordersInactive statesPlaceholder text
400
9AAB
#9AABB1
Disabled statesSecondary iconsMuted text
500
7D93
#7D939B
Primary brand colorCTAsActive elementsLinks
600
6277
#62777F
Hover statesFocus ringsPrimary buttons hover
700
4E5F
#4E5F65
Active/pressed statesDark mode accentsSecondary text
800
3744
#374448
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: #BDC8CC;
  --silver-400: #9AABB1;
  --silver-500: #7D939B;
  --silver-600: #62777F;
  --silver-700: #4E5F65;
  --silver-800: #374448;
  --silver-900: #232B2E;
  --silver-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color