Silver

#92AEB9

Blue

Color Codes

All color formats for development

HEX
#92AEB9
RGB
rgb(146, 174, 185)
HSL
hsl(197, 22%, 65%)
OKLCH
oklch(0.733 0.035 223.6)
CMYK
cmyk(21%, 6%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E1
300
#B7CA
400
#92AE
500
#7397
600
#587B
700
#4662
800
#3246
900
#202D
950
#141C

Shades

Darker variations

1#7E9FAC
2#6A90A0
3#5A7F8E
4#4E6D79
5#415B65
6#344951
7#27363D
8#1A2428
9#0D1214

Tints

Lighter variations

1#9DB6C0
2#A8BEC7
3#B3C6CE
4#BECFD5
5#C9D7DC
6#D3DFE3
7#DEE7EA
8#E9EFF1
9#F4F7F8

Tones

Muted variations

1#94ADB7
2#96ADB5
3#98ACB3
4#9AABB2
5#9CAAB0
6#9EA9AE
7#A0A8AC
8#A2A7AA
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
B7CA
#B7CAD1
BordersInactive statesPlaceholder text
400
92AE
#92AEB9
Disabled statesSecondary iconsMuted text
500
7397
#7397A5
Primary brand colorCTAsActive elementsLinks
600
587B
#587B89
Hover statesFocus ringsPrimary buttons hover
700
4662
#46626D
Active/pressed statesDark mode accentsSecondary text
800
3246
#32464E
Text on light backgroundsHeadingsStrong borders
900
202D
#202D32
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: #B7CAD1;
  --silver-400: #92AEB9;
  --silver-500: #7397A5;
  --silver-600: #587B89;
  --silver-700: #46626D;
  --silver-800: #32464E;
  --silver-900: #202D32;
  --silver-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color