Silver

#8F9EBD

Blue

Color Codes

All color formats for development

HEX
#8F9EBD
RGB
rgb(143, 158, 189)
HSL
hsl(220, 26%, 65%)
OKLCH
oklch(0.698 0.049 264.8)
CMYK
cmyk(24%, 16%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D5DB
300
#B5BF
400
#8F9E
500
#6E82
600
#5366
700
#4252
800
#2F3A
900
#1E25
950
#1317

Shades

Darker variations

1#7A8CB1
2#657AA4
3#566A92
4#4A5B7D
5#3D4C68
6#313D54
7#252D3F
8#191E2A
9#0C0F15

Tints

Lighter variations

1#9AA8C4
2#A5B1CA
3#B0BBD1
4#BCC5D7
5#C7CFDE
6#D2D8E5
7#DDE2EB
8#E9ECF2
9#F4F5F8

Tones

Muted variations

1#919FBB
2#93A0B8
3#96A0B6
4#98A1B4
5#9AA2B1
6#9CA3AF
7#9FA3AD
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
B5BF
#B5BFD4
BordersInactive statesPlaceholder text
400
8F9E
#8F9EBD
Disabled statesSecondary iconsMuted text
500
6E82
#6E82AA
Primary brand colorCTAsActive elementsLinks
600
5366
#53668D
Hover statesFocus ringsPrimary buttons hover
700
4252
#425270
Active/pressed statesDark mode accentsSecondary text
800
2F3A
#2F3A50
Text on light backgroundsHeadingsStrong borders
900
1E25
#1E2533
Primary textHigh emphasis contentDark headings
950
1317
#131720
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: #B5BFD4;
  --silver-400: #8F9EBD;
  --silver-500: #6E82AA;
  --silver-600: #53668D;
  --silver-700: #425270;
  --silver-800: #2F3A50;
  --silver-900: #1E2533;
  --silver-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color