Silver

#95A2B7

Blue

Color Codes

All color formats for development

HEX
#95A2B7
RGB
rgb(149, 162, 183)
HSL
hsl(217, 19%, 65%)
OKLCH
oklch(0.709 0.034 260)
CMYK
cmyk(19%, 11%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D8DC
300
#B9C2
400
#95A2
500
#7687
600
#5B6B
700
#4855
800
#343D
900
#2127
950
#1518

Shades

Darker variations

1#8190A9
2#6D7F9C
3#5E6F8A
4#515F76
5#434F63
6#363F4F
7#28303B
8#1B2027
9#0D1014

Tints

Lighter variations

1#9FABBE
2#AAB4C5
3#B5BECC
4#BFC7D4
5#CAD0DB
6#D5DAE2
7#DFE3E9
8#EAECF1
9#F4F6F8

Tones

Muted variations

1#96A2B5
2#98A3B3
3#9AA3B2
4#9CA3B0
5#9DA4AE
6#9FA4AD
7#A1A5AB
8#A2A5A9
9#A4A5A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D8DC
#D8DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C2
#B9C2CF
BordersInactive statesPlaceholder text
400
95A2
#95A2B7
Disabled statesSecondary iconsMuted text
500
7687
#7687A2
Primary brand colorCTAsActive elementsLinks
600
5B6B
#5B6B86
Hover statesFocus ringsPrimary buttons hover
700
4855
#48556A
Active/pressed statesDark mode accentsSecondary text
800
343D
#343D4C
Text on light backgroundsHeadingsStrong borders
900
2127
#212731
Primary textHigh emphasis contentDark headings
950
1518
#15181E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F7F9;
  --silver-100: #EAECF1;
  --silver-200: #D8DCE4;
  --silver-300: #B9C2CF;
  --silver-400: #95A2B7;
  --silver-500: #7687A2;
  --silver-600: #5B6B86;
  --silver-700: #48556A;
  --silver-800: #343D4C;
  --silver-900: #212731;
  --silver-950: #15181E;
}
Generate More ShadesCreate PaletteConvert Color