Slate Gray

#8E99BE

Blue

Color Codes

All color formats for development

HEX
#8E99BE
RGB
rgb(142, 153, 190)
HSL
hsl(226, 27%, 65%)
OKLCH
oklch(0.687 0.056 271.9)
CMYK
cmyk(25%, 19%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.82:1

AA AAA

On Black Background

7.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EB
200
#D5D9
300
#B5BC
400
#8E99
500
#6D7C
600
#5260
700
#414C
800
#2F37
900
#1E23
950
#1316

Shades

Darker variations

1#7986B2
2#6473A6
3#556393
4#49557E
5#3C4769
6#303954
7#242B3F
8#181C2A
9#0C0E15

Tints

Lighter variations

1#99A3C4
2#A4ADCB
3#B0B8D1
4#BBC2D8
5#C6CCDE
6#D2D6E5
7#DDE0EB
8#E8EBF2
9#F4F5F8

Tones

Muted variations

1#909ABB
2#929BB9
3#959DB7
4#979EB4
5#9A9FB2
6#9CA1AF
7#9FA2AD
8#A1A3AB
9#A3A4A8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EB
#E8EBF2
Light backgroundsTable row hoverSkeleton loading
200
D5D9
#D5D9E7
Secondary backgroundsInput backgroundsDividers
300
B5BC
#B5BCD4
BordersInactive statesPlaceholder text
400
8E99
#8E99BE
Disabled statesSecondary iconsMuted text
500
6D7C
#6D7CAB
Primary brand colorCTAsActive elementsLinks
600
5260
#52608E
Hover statesFocus ringsPrimary buttons hover
700
414C
#414C71
Active/pressed statesDark mode accentsSecondary text
800
2F37
#2F3751
Text on light backgroundsHeadingsStrong borders
900
1E23
#1E2334
Primary textHigh emphasis contentDark headings
950
1316
#131620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F5F6F9;
  --slate-gray-100: #E8EBF2;
  --slate-gray-200: #D5D9E7;
  --slate-gray-300: #B5BCD4;
  --slate-gray-400: #8E99BE;
  --slate-gray-500: #6D7CAB;
  --slate-gray-600: #52608E;
  --slate-gray-700: #414C71;
  --slate-gray-800: #2F3751;
  --slate-gray-900: #1E2334;
  --slate-gray-950: #131620;
}
Generate More ShadesCreate PaletteConvert Color