Silver

#929BB9

Blue

Color Codes

All color formats for development

HEX
#929BB9
RGB
rgb(146, 155, 185)
HSL
hsl(226, 22%, 65%)
OKLCH
oklch(0.693 0.045 272)
CMYK
cmyk(21%, 16%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9EB
200
#D7DA
300
#B7BD
400
#929B
500
#737F
600
#5863
700
#464F
800
#3238
900
#2024
950
#1417

Shades

Darker variations

1#7E89AC
2#6A76A0
3#5A668E
4#4E5879
5#414965
6#343B51
7#272C3D
8#1A1D28
9#0D0F14

Tints

Lighter variations

1#9DA5C0
2#A8AFC7
3#B3B9CE
4#BEC3D5
5#C9CDDC
6#D3D7E3
7#DEE1EA
8#E9EBF1
9#F4F5F8

Tones

Muted variations

1#949CB7
2#969DB5
3#989EB3
4#9A9FB2
5#9CA1B0
6#9EA2AE
7#A0A3AC
8#A2A4AA
9#A4A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF1
Light backgroundsTable row hoverSkeleton loading
200
D7DA
#D7DAE5
Secondary backgroundsInput backgroundsDividers
300
B7BD
#B7BDD1
BordersInactive statesPlaceholder text
400
929B
#929BB9
Disabled statesSecondary iconsMuted text
500
737F
#737FA5
Primary brand colorCTAsActive elementsLinks
600
5863
#586389
Hover statesFocus ringsPrimary buttons hover
700
464F
#464F6D
Active/pressed statesDark mode accentsSecondary text
800
3238
#32384E
Text on light backgroundsHeadingsStrong borders
900
2024
#202432
Primary textHigh emphasis contentDark headings
950
1417
#14171F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F9;
  --silver-100: #E9EBF1;
  --silver-200: #D7DAE5;
  --silver-300: #B7BDD1;
  --silver-400: #929BB9;
  --silver-500: #737FA5;
  --silver-600: #586389;
  --silver-700: #464F6D;
  --silver-800: #32384E;
  --silver-900: #202432;
  --silver-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color