Silver

#92A0B9

Blue

Color Codes

All color formats for development

HEX
#92A0B9
RGB
rgb(146, 160, 185)
HSL
hsl(218, 22%, 65%)
OKLCH
oklch(0.703 0.04 262.1)
CMYK
cmyk(21%, 14%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#E9EC
200
#D7DC
300
#B7C1
400
#92A1
500
#7386
600
#586A
700
#4654
800
#323C
900
#2026
950
#1418

Shades

Darker variations

1#7E8FAC
2#6A7DA0
3#5A6D8E
4#4E5E79
5#414E65
6#343E51
7#272F3D
8#1A1F28
9#0D1014

Tints

Lighter variations

1#9DAAC0
2#A8B3C7
3#B3BDCE
4#BEC6D5
5#C9D0DC
6#D3D9E3
7#DEE3EA
8#E9ECF1
9#F4F6F8

Tones

Muted variations

1#94A1B7
2#96A2B5
3#98A2B3
4#9AA3B2
5#9CA3B0
6#9EA4AE
7#A0A4AC
8#A2A5AA
9#A4A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE5
Secondary backgroundsInput backgroundsDividers
300
B7C1
#B7C1D1
BordersInactive statesPlaceholder text
400
92A1
#92A1B9
Disabled statesSecondary iconsMuted text
500
7386
#7386A5
Primary brand colorCTAsActive elementsLinks
600
586A
#586A89
Hover statesFocus ringsPrimary buttons hover
700
4654
#46546D
Active/pressed statesDark mode accentsSecondary text
800
323C
#323C4E
Text on light backgroundsHeadingsStrong borders
900
2026
#202632
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #E9ECF1;
  --silver-200: #D7DCE5;
  --silver-300: #B7C1D1;
  --silver-400: #92A1B9;
  --silver-500: #7386A5;
  --silver-600: #586A89;
  --silver-700: #46546D;
  --silver-800: #323C4E;
  --silver-900: #202632;
  --silver-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color