Silver

#8F9EBC

Blue

Color Codes

All color formats for development

HEX
#8F9EBC
RGB
rgb(143, 158, 188)
HSL
hsl(220, 25%, 65%)
OKLCH
oklch(0.698 0.047 264.2)
CMYK
cmyk(24%, 16%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EC
200
#D6DB
300
#B6BF
400
#8F9E
500
#7083
600
#5467
700
#4352
800
#303A
900
#1F25
950
#1317

Shades

Darker variations

1#7B8CB0
2#667AA3
3#576A91
4#4B5B7C
5#3E4C68
6#323D53
7#252E3E
8#191E29
9#0C0F15

Tints

Lighter variations

1#9BA8C3
2#A6B2C9
3#B1BBD0
4#BCC5D7
5#C7CFDE
6#D2D8E4
7#DEE2EB
8#E9ECF2
9#F4F5F8

Tones

Muted variations

1#929FBA
2#94A0B8
3#96A1B5
4#98A1B3
5#9BA2B1
6#9DA3AF
7#9FA4AC
8#A1A4AA
9#A4A5A8

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
D6DB
#D6DBE6
Secondary backgroundsInput backgroundsDividers
300
B6BF
#B6BFD3
BordersInactive statesPlaceholder text
400
8F9E
#8F9EBC
Disabled statesSecondary iconsMuted text
500
7083
#7083A9
Primary brand colorCTAsActive elementsLinks
600
5467
#54678C
Hover statesFocus ringsPrimary buttons hover
700
4352
#435270
Active/pressed statesDark mode accentsSecondary text
800
303A
#303A50
Text on light backgroundsHeadingsStrong borders
900
1F25
#1F2533
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: #D6DBE6;
  --silver-300: #B6BFD3;
  --silver-400: #8F9EBC;
  --silver-500: #7083A9;
  --silver-600: #54678C;
  --silver-700: #435270;
  --silver-800: #303A50;
  --silver-900: #1F2533;
  --silver-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color