Silver

#8FA0BD

Blue

Color Codes

All color formats for development

HEX
#8FA0BD
RGB
rgb(143, 160, 189)
HSL
hsl(218, 26%, 65%)
OKLCH
oklch(0.702 0.047 261.1)
CMYK
cmyk(24%, 15%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.65:1

AA AAA

On Black Background

7.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D5DC
300
#B5C0
400
#8FA0
500
#6E84
600
#5368
700
#4253
800
#2F3B
900
#1E26
950
#1318

Shades

Darker variations

1#7A8EB1
2#657CA4
3#566C92
4#4A5D7D
5#3D4D68
6#313E54
7#252E3F
8#191F2A
9#0C0F15

Tints

Lighter variations

1#9AA9C4
2#A5B3CA
3#B0BCD1
4#BCC6D7
5#C7CFDE
6#D2D9E5
7#DDE2EB
8#E9ECF2
9#F4F5F8

Tones

Muted variations

1#91A0BB
2#93A1B8
3#96A1B6
4#98A2B4
5#9AA3B1
6#9CA3AF
7#9FA4AD
8#A1A5AA
9#A3A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EC
#E9ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DC
#D5DCE6
Secondary backgroundsInput backgroundsDividers
300
B5C0
#B5C0D4
BordersInactive statesPlaceholder text
400
8FA0
#8FA0BD
Disabled statesSecondary iconsMuted text
500
6E84
#6E84AA
Primary brand colorCTAsActive elementsLinks
600
5368
#53688D
Hover statesFocus ringsPrimary buttons hover
700
4253
#425370
Active/pressed statesDark mode accentsSecondary text
800
2F3B
#2F3B50
Text on light backgroundsHeadingsStrong borders
900
1E26
#1E2633
Primary textHigh emphasis contentDark headings
950
1318
#131820
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --silver-50: #F5F7F9;
  --silver-100: #E9ECF2;
  --silver-200: #D5DCE6;
  --silver-300: #B5C0D4;
  --silver-400: #8FA0BD;
  --silver-500: #6E84AA;
  --silver-600: #53688D;
  --silver-700: #425370;
  --silver-800: #2F3B50;
  --silver-900: #1E2633;
  --silver-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color