Silver

#8F9FBD

Blue

Color Codes

All color formats for development

HEX
#8F9FBD
RGB
rgb(143, 159, 189)
HSL
hsl(219, 26%, 65%)
OKLCH
oklch(0.7 0.048 263)
CMYK
cmyk(24%, 16%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D5DB
300
#B5C0
400
#8F9F
500
#6E83
600
#5367
700
#4252
800
#2F3B
900
#1E26
950
#1318

Shades

Darker variations

1#7A8DB1
2#657BA4
3#566B92
4#4A5C7D
5#3D4C68
6#313D54
7#252E3F
8#191F2A
9#0C0F15

Tints

Lighter variations

1#9AA8C4
2#A5B2CA
3#B0BCD1
4#BCC5D7
5#C7CFDE
6#D2D9E5
7#DDE2EB
8#E9ECF2
9#F4F5F8

Tones

Muted variations

1#919FBB
2#93A0B8
3#96A1B6
4#98A2B4
5#9AA2B1
6#9CA3AF
7#9FA4AD
8#A1A4AA
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
D5DB
#D5DBE6
Secondary backgroundsInput backgroundsDividers
300
B5C0
#B5C0D4
BordersInactive statesPlaceholder text
400
8F9F
#8F9FBD
Disabled statesSecondary iconsMuted text
500
6E83
#6E83AA
Primary brand colorCTAsActive elementsLinks
600
5367
#53678D
Hover statesFocus ringsPrimary buttons hover
700
4252
#425270
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: #D5DBE6;
  --silver-300: #B5C0D4;
  --silver-400: #8F9FBD;
  --silver-500: #6E83AA;
  --silver-600: #53678D;
  --silver-700: #425270;
  --silver-800: #2F3B50;
  --silver-900: #1E2633;
  --silver-950: #131820;
}
Generate More ShadesCreate PaletteConvert Color