Slate Gray

#7C909C

Blue

Color Codes

All color formats for development

HEX
#7C909C
RGB
rgb(124, 144, 156)
HSL
hsl(203, 14%, 55%)
OKLCH
oklch(0.642 0.029 234.3)
CMYK
cmyk(21%, 8%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.32:1

AA AAA

On Black Background

6.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#D9DF
300
#BCC6
400
#99A9
500
#7C90
600
#6074
700
#4D5C
800
#3742
900
#232A
950
#161A

Shades

Darker variations

1#6D8290
2#607480
3#546570
4#485760
5#3C4850
6#303A40
7#242B30
8#181D20
9#0C0E10

Tints

Lighter variations

1#899BA6
2#96A6B0
3#A3B1BA
4#B1BCC4
5#BEC7CE
6#CBD3D8
7#D8DEE1
8#E5E9EB
9#F2F4F5

Tones

Muted variations

1#7E909B
2#7F8F99
3#818F97
4#838E96
5#848E94
6#868E93
7#878D91
8#898D8F
9#8B8D8E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9DF
#D9DFE2
Secondary backgroundsInput backgroundsDividers
300
BCC6
#BCC6CD
BordersInactive statesPlaceholder text
400
99A9
#99A9B2
Disabled statesSecondary iconsMuted text
500
7C90
#7C909C
Primary brand colorCTAsActive elementsLinks
600
6074
#607480
Hover statesFocus ringsPrimary buttons hover
700
4D5C
#4D5C66
Active/pressed statesDark mode accentsSecondary text
800
3742
#374249
Text on light backgroundsHeadingsStrong borders
900
232A
#232A2F
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F8;
  --slate-gray-100: #EBEEF0;
  --slate-gray-200: #D9DFE2;
  --slate-gray-300: #BCC6CD;
  --slate-gray-400: #99A9B2;
  --slate-gray-500: #7C909C;
  --slate-gray-600: #607480;
  --slate-gray-700: #4D5C66;
  --slate-gray-800: #374249;
  --slate-gray-900: #232A2F;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color