Silver

#9599B7

Blue

Color Codes

All color formats for development

HEX
#9599B7
RGB
rgb(149, 153, 183)
HSL
hsl(233, 19%, 65%)
OKLCH
oklch(0.69 0.044 279.2)
CMYK
cmyk(19%, 16%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8D9
300
#B9BC
400
#9599
500
#767C
600
#5B60
700
#484C
800
#3436
900
#2123
950
#1516

Shades

Darker variations

1#8186A9
2#6D739C
3#5E638A
4#515576
5#434763
6#36394F
7#282A3B
8#1B1C27
9#0D0E14

Tints

Lighter variations

1#9FA3BE
2#AAADC5
3#B5B7CC
4#BFC2D4
5#CACCDB
6#D5D6E2
7#DFE0E9
8#EAEBF1
9#F4F5F8

Tones

Muted variations

1#969AB5
2#989BB3
3#9A9DB2
4#9C9EB0
5#9D9FAE
6#9FA1AD
7#A1A2AB
8#A2A3A9
9#A4A4A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF1
Light backgroundsTable row hoverSkeleton loading
200
D8D9
#D8D9E4
Secondary backgroundsInput backgroundsDividers
300
B9BC
#B9BCCF
BordersInactive statesPlaceholder text
400
9599
#9599B7
Disabled statesSecondary iconsMuted text
500
767C
#767CA2
Primary brand colorCTAsActive elementsLinks
600
5B60
#5B6086
Hover statesFocus ringsPrimary buttons hover
700
484C
#484C6A
Active/pressed statesDark mode accentsSecondary text
800
3436
#34364C
Text on light backgroundsHeadingsStrong borders
900
2123
#212331
Primary textHigh emphasis contentDark headings
950
1516
#15161E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F6F9;
  --silver-100: #EAEBF1;
  --silver-200: #D8D9E4;
  --silver-300: #B9BCCF;
  --silver-400: #9599B7;
  --silver-500: #767CA2;
  --silver-600: #5B6086;
  --silver-700: #484C6A;
  --silver-800: #34364C;
  --silver-900: #212331;
  --silver-950: #15161E;
}
Generate More ShadesCreate PaletteConvert Color