Silver

#98A7B3

Blue

Color Codes

All color formats for development

HEX
#98A7B3
RGB
rgb(152, 167, 179)
HSL
hsl(207, 15%, 65%)
OKLCH
oklch(0.72 0.024 242)
CMYK
cmyk(15%, 7%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D9DE
300
#BCC5
400
#98A7
500
#7B8E
600
#5F72
700
#4C5B
800
#3641
900
#2329
950
#161A

Shades

Darker variations

1#8597A5
2#728697
3#637685
4#556572
5#46545F
6#38434C
7#2A3239
8#1C2226
9#0E1113

Tints

Lighter variations

1#A3B0BB
2#ADB9C2
3#B7C1CA
4#C1CAD1
5#CCD3D9
6#D6DCE1
7#E0E5E8
8#EAEDF0
9#F5F6F7

Tones

Muted variations

1#9AA7B2
2#9BA7B0
3#9CA7AF
4#9EA7AE
5#9FA6AC
6#A0A6AB
7#A2A6AA
8#A3A6A8
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BCC5
#BCC5CD
BordersInactive statesPlaceholder text
400
98A7
#98A7B3
Disabled statesSecondary iconsMuted text
500
7B8E
#7B8E9D
Primary brand colorCTAsActive elementsLinks
600
5F72
#5F7281
Hover statesFocus ringsPrimary buttons hover
700
4C5B
#4C5B67
Active/pressed statesDark mode accentsSecondary text
800
3641
#364149
Text on light backgroundsHeadingsStrong borders
900
2329
#23292F
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F8;
  --silver-100: #EAEDF0;
  --silver-200: #D9DEE3;
  --silver-300: #BCC5CD;
  --silver-400: #98A7B3;
  --silver-500: #7B8E9D;
  --silver-600: #5F7281;
  --silver-700: #4C5B67;
  --silver-800: #364149;
  --silver-900: #23292F;
  --silver-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color