Slate Gray

#787AA1

Blue

Color Codes

All color formats for development

HEX
#787AA1
RGB
rgb(120, 122, 161)
HSL
hsl(237, 18%, 55%)
OKLCH
oklch(0.593 0.059 282.1)
CMYK
cmyk(25%, 24%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

4.12:1

AA AAA

On Black Background

5.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEA
200
#D8D8
300
#BABB
400
#9697
500
#787A
600
#5C5E
700
#494B
800
#3435
900
#2122
950
#1515

Shades

Darker variations

1#686A95
2#5C5E84
3#515274
4#454763
5#3A3B53
6#2E2F42
7#232332
8#171821
9#0C0C11

Tints

Lighter variations

1#8587AA
2#9394B4
3#A0A2BD
4#AEAFC7
5#BBBCD0
6#C9CAD9
7#D6D7E3
8#E4E4EC
9#F1F2F6

Tones

Muted variations

1#7A7C9F
2#7C7D9D
3#7E7F9B
4#808199
5#828397
6#848595
7#868792
8#888990
9#8A8A8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEA
#EAEAF0
Light backgroundsTable row hoverSkeleton loading
200
D8D8
#D8D8E4
Secondary backgroundsInput backgroundsDividers
300
BABB
#BABBCF
BordersInactive statesPlaceholder text
400
9697
#9697B6
Disabled statesSecondary iconsMuted text
500
787A
#787AA1
Primary brand colorCTAsActive elementsLinks
600
5C5E
#5C5E84
Hover statesFocus ringsPrimary buttons hover
700
494B
#494B69
Active/pressed statesDark mode accentsSecondary text
800
3435
#34354B
Text on light backgroundsHeadingsStrong borders
900
2122
#212230
Primary textHigh emphasis contentDark headings
950
1515
#15151E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F6F9;
  --slate-gray-100: #EAEAF0;
  --slate-gray-200: #D8D8E4;
  --slate-gray-300: #BABBCF;
  --slate-gray-400: #9697B6;
  --slate-gray-500: #787AA1;
  --slate-gray-600: #5C5E84;
  --slate-gray-700: #494B69;
  --slate-gray-800: #34354B;
  --slate-gray-900: #212230;
  --slate-gray-950: #15151E;
}
Generate More ShadesCreate PaletteConvert Color