Slate Gray

#7E849A

Blue

Color Codes

All color formats for development

HEX
#7E849A
RGB
rgb(126, 132, 154)
HSL
hsl(227, 12%, 55%)
OKLCH
oklch(0.616 0.034 273.3)
CMYK
cmyk(18%, 14%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.71:1

AA AAA

On Black Background

5.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#DADC
300
#BDC0
400
#9BA0
500
#7E84
600
#6369
700
#4F53
800
#383B
900
#2426
950
#1618

Shades

Darker variations

1#6F768D
2#63697E
3#565B6E
4#4A4E5E
5#3E414F
6#31343F
7#25272F
8#191A1F
9#0C0D10

Tints

Lighter variations

1#8B91A4
2#989DAE
3#A5A9B8
4#B2B5C2
5#BFC2CD
6#CCCED7
7#D8DAE1
8#E5E6EB
9#F2F3F5

Tones

Muted variations

1#808599
2#818697
3#838796
4#848895
5#858893
6#878992
7#888A90
8#898B8F
9#8B8B8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECEF
Light backgroundsTable row hoverSkeleton loading
200
DADC
#DADCE2
Secondary backgroundsInput backgroundsDividers
300
BDC0
#BDC0CB
BordersInactive statesPlaceholder text
400
9BA0
#9BA0B0
Disabled statesSecondary iconsMuted text
500
7E84
#7E849A
Primary brand colorCTAsActive elementsLinks
600
6369
#63697E
Hover statesFocus ringsPrimary buttons hover
700
4F53
#4F5364
Active/pressed statesDark mode accentsSecondary text
800
383B
#383B47
Text on light backgroundsHeadingsStrong borders
900
2426
#24262E
Primary textHigh emphasis contentDark headings
950
1618
#16181D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F8;
  --slate-gray-100: #EBECEF;
  --slate-gray-200: #DADCE2;
  --slate-gray-300: #BDC0CB;
  --slate-gray-400: #9BA0B0;
  --slate-gray-500: #7E849A;
  --slate-gray-600: #63697E;
  --slate-gray-700: #4F5364;
  --slate-gray-800: #383B47;
  --slate-gray-900: #24262E;
  --slate-gray-950: #16181D;
}
Generate More ShadesCreate PaletteConvert Color