Silver

#8E9EBE

Blue

Color Codes

All color formats for development

HEX
#8E9EBE
RGB
rgb(142, 158, 190)
HSL
hsl(220, 27%, 65%)
OKLCH
oklch(0.698 0.051 264.2)
CMYK
cmyk(25%, 17%, 0%, 25%)

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
#E8EC
200
#D5DB
300
#B5BF
400
#8E9E
500
#6D82
600
#5266
700
#4151
800
#2F3A
900
#1E25
950
#1317

Shades

Darker variations

1#798CB2
2#647AA6
3#556A93
4#495A7E
5#3C4B69
6#303C54
7#242D3F
8#181E2A
9#0C0F15

Tints

Lighter variations

1#99A7C4
2#A4B1CB
3#B0BBD1
4#BBC5D8
5#C6CEDE
6#D2D8E5
7#DDE2EB
8#E8ECF2
9#F4F5F8

Tones

Muted variations

1#909FBB
2#929FB9
3#95A0B7
4#97A1B4
5#9AA2B2
6#9CA3AF
7#9FA3AD
8#A1A4AB
9#A3A5A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DB
#D5DBE7
Secondary backgroundsInput backgroundsDividers
300
B5BF
#B5BFD4
BordersInactive statesPlaceholder text
400
8E9E
#8E9EBE
Disabled statesSecondary iconsMuted text
500
6D82
#6D82AB
Primary brand colorCTAsActive elementsLinks
600
5266
#52668E
Hover statesFocus ringsPrimary buttons hover
700
4151
#415171
Active/pressed statesDark mode accentsSecondary text
800
2F3A
#2F3A51
Text on light backgroundsHeadingsStrong borders
900
1E25
#1E2534
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: #E8ECF2;
  --silver-200: #D5DBE7;
  --silver-300: #B5BFD4;
  --silver-400: #8E9EBE;
  --silver-500: #6D82AB;
  --silver-600: #52668E;
  --silver-700: #415171;
  --silver-800: #2F3A51;
  --silver-900: #1E2534;
  --silver-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color