Slate Gray

#7C839C

Blue

Color Codes

All color formats for development

HEX
#7C839C
RGB
rgb(124, 131, 156)
HSL
hsl(227, 14%, 55%)
OKLCH
oklch(0.613 0.039 272.9)
CMYK
cmyk(21%, 16%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.76:1

AA AAA

On Black Background

5.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#D9DB
300
#BCC0
400
#999F
500
#7C83
600
#6067
700
#4D52
800
#373B
900
#2326
950
#1617

Shades

Darker variations

1#6D7490
2#606780
3#545A70
4#484D60
5#3C4150
6#303440
7#242730
8#181A20
9#0C0D10

Tints

Lighter variations

1#8990A6
2#969CB0
3#A3A8BA
4#B1B5C4
5#BEC1CE
6#CBCDD8
7#D8DAE1
8#E5E6EB
9#F2F3F5

Tones

Muted variations

1#7E849B
2#7F8599
3#818697
4#838796
5#848894
6#868993
7#878A91
8#898A8F
9#8B8B8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEC
#EBECF0
Light backgroundsTable row hoverSkeleton loading
200
D9DB
#D9DBE2
Secondary backgroundsInput backgroundsDividers
300
BCC0
#BCC0CD
BordersInactive statesPlaceholder text
400
999F
#999FB2
Disabled statesSecondary iconsMuted text
500
7C83
#7C839C
Primary brand colorCTAsActive elementsLinks
600
6067
#606780
Hover statesFocus ringsPrimary buttons hover
700
4D52
#4D5266
Active/pressed statesDark mode accentsSecondary text
800
373B
#373B49
Text on light backgroundsHeadingsStrong borders
900
2326
#23262F
Primary textHigh emphasis contentDark headings
950
1617
#16171D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F8;
  --slate-gray-100: #EBECF0;
  --slate-gray-200: #D9DBE2;
  --slate-gray-300: #BCC0CD;
  --slate-gray-400: #999FB2;
  --slate-gray-500: #7C839C;
  --slate-gray-600: #606780;
  --slate-gray-700: #4D5266;
  --slate-gray-800: #373B49;
  --slate-gray-900: #23262F;
  --slate-gray-950: #16171D;
}
Generate More ShadesCreate PaletteConvert Color