Silver

#8FA9BD

Blue

Color Codes

All color formats for development

HEX
#8FA9BD
RGB
rgb(143, 169, 189)
HSL
hsl(206, 26%, 65%)
OKLCH
oklch(0.722 0.041 241.3)
CMYK
cmyk(24%, 11%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D5DF
300
#B5C6
400
#8FA9
500
#6E90
600
#5374
700
#425C
800
#2F42
900
#1E2A
950
#131A

Shades

Darker variations

1#7A99B1
2#6589A4
3#567892
4#4A677D
5#3D5668
6#314554
7#25333F
8#19222A
9#0C1115

Tints

Lighter variations

1#9AB1C4
2#A5BACA
3#B0C3D1
4#BCCBD7
5#C7D4DE
6#D2DDE5
7#DDE5EB
8#E9EEF2
9#F4F6F8

Tones

Muted variations

1#91A9BB
2#93A8B8
3#96A8B6
4#98A8B4
5#9AA7B1
6#9CA7AF
7#9FA7AD
8#A1A6AA
9#A3A6A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D5DF
#D5DFE6
Secondary backgroundsInput backgroundsDividers
300
B5C6
#B5C6D4
BordersInactive statesPlaceholder text
400
8FA9
#8FA9BD
Disabled statesSecondary iconsMuted text
500
6E90
#6E90AA
Primary brand colorCTAsActive elementsLinks
600
5374
#53748D
Hover statesFocus ringsPrimary buttons hover
700
425C
#425C70
Active/pressed statesDark mode accentsSecondary text
800
2F42
#2F4250
Text on light backgroundsHeadingsStrong borders
900
1E2A
#1E2A33
Primary textHigh emphasis contentDark headings
950
131A
#131A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F8F9;
  --silver-100: #E9EEF2;
  --silver-200: #D5DFE6;
  --silver-300: #B5C6D4;
  --silver-400: #8FA9BD;
  --silver-500: #6E90AA;
  --silver-600: #53748D;
  --silver-700: #425C70;
  --silver-800: #2F4250;
  --silver-900: #1E2A33;
  --silver-950: #131A20;
}
Generate More ShadesCreate PaletteConvert Color