Silver

#989EB3

Blue

Color Codes

All color formats for development

HEX
#989EB3
RGB
rgb(152, 158, 179)
HSL
hsl(227, 15%, 65%)
OKLCH
oklch(0.701 0.031 272.9)
CMYK
cmyk(15%, 12%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D9DB
300
#BCBF
400
#989E
500
#7B82
600
#5F67
700
#4C52
800
#363A
900
#2325
950
#1617

Shades

Darker variations

1#858CA5
2#727A97
3#636A85
4#555B72
5#464C5F
6#383D4C
7#2A2D39
8#1C1E26
9#0E0F13

Tints

Lighter variations

1#A3A8BB
2#ADB2C2
3#B7BBCA
4#C1C5D1
5#CCCFD9
6#D6D8E1
7#E0E2E8
8#EAECF0
9#F5F5F7

Tones

Muted variations

1#9A9FB2
2#9BA0B0
3#9CA0AF
4#9EA1AE
5#9FA2AC
6#A0A3AB
7#A2A3AA
8#A3A4A8
9#A4A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DB
#D9DBE3
Secondary backgroundsInput backgroundsDividers
300
BCBF
#BCBFCD
BordersInactive statesPlaceholder text
400
989E
#989EB3
Disabled statesSecondary iconsMuted text
500
7B82
#7B829D
Primary brand colorCTAsActive elementsLinks
600
5F67
#5F6781
Hover statesFocus ringsPrimary buttons hover
700
4C52
#4C5267
Active/pressed statesDark mode accentsSecondary text
800
363A
#363A49
Text on light backgroundsHeadingsStrong borders
900
2325
#23252F
Primary textHigh emphasis contentDark headings
950
1617
#16171D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAECF0;
  --silver-200: #D9DBE3;
  --silver-300: #BCBFCD;
  --silver-400: #989EB3;
  --silver-500: #7B829D;
  --silver-600: #5F6781;
  --silver-700: #4C5267;
  --silver-800: #363A49;
  --silver-900: #23252F;
  --silver-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color