Silver

#95AAB7

Blue

Color Codes

All color formats for development

HEX
#95AAB7
RGB
rgb(149, 170, 183)
HSL
hsl(203, 19%, 65%)
OKLCH
oklch(0.726 0.03 235)
CMYK
cmyk(19%, 7%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D8DF
300
#B9C7
400
#95AA
500
#7691
600
#5B75
700
#485D
800
#3443
900
#212B
950
#151B

Shades

Darker variations

1#819AA9
2#6D8A9C
3#5E798A
4#516876
5#435763
6#36454F
7#28343B
8#1B2327
9#0D1114

Tints

Lighter variations

1#9FB2BE
2#AABBC5
3#B5C3CC
4#BFCCD4
5#CAD4DB
6#D5DDE2
7#DFE5E9
8#EAEEF1
9#F4F6F8

Tones

Muted variations

1#96A9B5
2#98A9B3
3#9AA9B2
4#9CA8B0
5#9DA8AE
6#9FA7AD
7#A1A7AB
8#A2A7A9
9#A4A6A7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF1
Light backgroundsTable row hoverSkeleton loading
200
D8DF
#D8DFE4
Secondary backgroundsInput backgroundsDividers
300
B9C7
#B9C7CF
BordersInactive statesPlaceholder text
400
95AA
#95AAB7
Disabled statesSecondary iconsMuted text
500
7691
#7691A2
Primary brand colorCTAsActive elementsLinks
600
5B75
#5B7586
Hover statesFocus ringsPrimary buttons hover
700
485D
#485D6A
Active/pressed statesDark mode accentsSecondary text
800
3443
#34434C
Text on light backgroundsHeadingsStrong borders
900
212B
#212B31
Primary textHigh emphasis contentDark headings
950
151B
#151B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F6F8F9;
  --silver-100: #EAEEF1;
  --silver-200: #D8DFE4;
  --silver-300: #B9C7CF;
  --silver-400: #95AAB7;
  --silver-500: #7691A2;
  --silver-600: #5B7586;
  --silver-700: #485D6A;
  --silver-800: #34434C;
  --silver-900: #212B31;
  --silver-950: #151B1E;
}
Generate More ShadesCreate PaletteConvert Color