Silver

#93ADB8

Blue

Color Codes

All color formats for development

HEX
#93ADB8
RGB
rgb(147, 173, 184)
HSL
hsl(198, 21%, 65%)
OKLCH
oklch(0.731 0.033 225.3)
CMYK
cmyk(20%, 6%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B8C9
400
#93AD
500
#7496
600
#597A
700
#4761
800
#3245
900
#202C
950
#141C

Shades

Darker variations

1#7F9EAB
2#6B8F9E
3#5C7E8C
4#4F6C78
5#415A64
6#344850
7#27363C
8#1A2428
9#0D1214

Tints

Lighter variations

1#9EB5C0
2#A9BEC7
3#B3C6CE
4#BECED5
5#C9D6DC
6#D4DEE3
7#DFE6EA
8#E9EFF1
9#F4F7F8

Tones

Muted variations

1#95ACB7
2#97ACB5
3#99ABB3
4#9BAAB1
5#9CA9AF
6#9EA9AD
7#A0A8AB
8#A2A7A9
9#A4A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E1
#D7E1E5
Secondary backgroundsInput backgroundsDividers
300
B8C9
#B8C9D1
BordersInactive statesPlaceholder text
400
93AD
#93ADB8
Disabled statesSecondary iconsMuted text
500
7496
#7496A4
Primary brand colorCTAsActive elementsLinks
600
597A
#597A88
Hover statesFocus ringsPrimary buttons hover
700
4761
#47616C
Active/pressed statesDark mode accentsSecondary text
800
3245
#32454D
Text on light backgroundsHeadingsStrong borders
900
202C
#202C31
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #E9EFF1;
  --silver-200: #D7E1E5;
  --silver-300: #B8C9D1;
  --silver-400: #93ADB8;
  --silver-500: #7496A4;
  --silver-600: #597A88;
  --silver-700: #47616C;
  --silver-800: #32454D;
  --silver-900: #202C31;
  --silver-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color