Silver

#93AEB8

Blue

Color Codes

All color formats for development

HEX
#93AEB8
RGB
rgb(147, 174, 184)
HSL
hsl(196, 21%, 65%)
OKLCH
oklch(0.734 0.033 222.2)
CMYK
cmyk(20%, 5%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B8CA
400
#93AE
500
#7497
600
#597B
700
#4762
800
#3246
900
#202D
950
#141C

Shades

Darker variations

1#7FA0AB
2#6B919E
3#5C7F8C
4#4F6D78
5#415B64
6#344950
7#27373C
8#1A2428
9#0D1214

Tints

Lighter variations

1#9EB7C0
2#A9BFC7
3#B3C7CE
4#BECFD5
5#C9D7DC
6#D4DFE3
7#DFE7EA
8#E9EFF1
9#F4F7F8

Tones

Muted variations

1#95AEB7
2#97ADB5
3#99ACB3
4#9BABB1
5#9CAAAF
6#9EA9AD
7#A0A8AB
8#A2A7A9
9#A4A7A8

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
B8CA
#B8CAD1
BordersInactive statesPlaceholder text
400
93AE
#93AEB8
Disabled statesSecondary iconsMuted text
500
7497
#7497A4
Primary brand colorCTAsActive elementsLinks
600
597B
#597B88
Hover statesFocus ringsPrimary buttons hover
700
4762
#47626C
Active/pressed statesDark mode accentsSecondary text
800
3246
#32464D
Text on light backgroundsHeadingsStrong borders
900
202D
#202D31
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: #B8CAD1;
  --silver-400: #93AEB8;
  --silver-500: #7497A4;
  --silver-600: #597B88;
  --silver-700: #47626C;
  --silver-800: #32464D;
  --silver-900: #202D31;
  --silver-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color