Slate Gray

#7C889C

Blue

Color Codes

All color formats for development

HEX
#7C889C
RGB
rgb(124, 136, 156)
HSL
hsl(218, 14%, 55%)
OKLCH
oklch(0.624 0.033 260.7)
CMYK
cmyk(21%, 13%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.58:1

AA AAA

On Black Background

5.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBEC
200
#D9DD
300
#BCC2
400
#99A2
500
#7C88
600
#606C
700
#4D56
800
#373D
900
#2327
950
#1619

Shades

Darker variations

1#6D7A90
2#606C80
3#545F70
4#485160
5#3C4450
6#303640
7#242930
8#181B20
9#0C0E10

Tints

Lighter variations

1#8994A6
2#96A0B0
3#A3ACBA
4#B1B8C4
5#BEC3CE
6#CBCFD8
7#D8DBE1
8#E5E7EB
9#F2F3F5

Tones

Muted variations

1#7E889B
2#7F8999
3#818997
4#838A96
5#848A94
6#868B93
7#878B91
8#898B8F
9#8B8C8E

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
D9DD
#D9DDE2
Secondary backgroundsInput backgroundsDividers
300
BCC2
#BCC2CD
BordersInactive statesPlaceholder text
400
99A2
#99A2B2
Disabled statesSecondary iconsMuted text
500
7C88
#7C889C
Primary brand colorCTAsActive elementsLinks
600
606C
#606C80
Hover statesFocus ringsPrimary buttons hover
700
4D56
#4D5666
Active/pressed statesDark mode accentsSecondary text
800
373D
#373D49
Text on light backgroundsHeadingsStrong borders
900
2327
#23272F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
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: #D9DDE2;
  --slate-gray-300: #BCC2CD;
  --slate-gray-400: #99A2B2;
  --slate-gray-500: #7C889C;
  --slate-gray-600: #606C80;
  --slate-gray-700: #4D5666;
  --slate-gray-800: #373D49;
  --slate-gray-900: #23272F;
  --slate-gray-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color