Slate Gray

#7C949C

Blue

Color Codes

All color formats for development

HEX
#7C949C
RGB
rgb(124, 148, 156)
HSL
hsl(195, 14%, 55%)
OKLCH
oklch(0.651 0.03 220)
CMYK
cmyk(21%, 5%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#D9E0
300
#BCC8
400
#99AC
500
#7C94
600
#6078
700
#4D5F
800
#3744
900
#232C
950
#161B

Shades

Darker variations

1#6D8790
2#607880
3#546970
4#485A60
5#3C4B50
6#303C40
7#242D30
8#181E20
9#0C0F10

Tints

Lighter variations

1#899FA6
2#96AAB0
3#A3B4BA
4#B1BFC4
5#BECACE
6#CBD4D8
7#D8DFE1
8#E5EAEB
9#F2F4F5

Tones

Muted variations

1#7E939B
2#7F9399
3#819297
4#839196
5#849094
6#868F93
7#878F91
8#898E8F
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
D9E0
#D9E0E2
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
99AC
#99ACB2
Disabled statesSecondary iconsMuted text
500
7C94
#7C949C
Primary brand colorCTAsActive elementsLinks
600
6078
#607880
Hover statesFocus ringsPrimary buttons hover
700
4D5F
#4D5F66
Active/pressed statesDark mode accentsSecondary text
800
3744
#374449
Text on light backgroundsHeadingsStrong borders
900
232C
#232C2F
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
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: #D9E0E2;
  --slate-gray-300: #BCC8CD;
  --slate-gray-400: #99ACB2;
  --slate-gray-500: #7C949C;
  --slate-gray-600: #607880;
  --slate-gray-700: #4D5F66;
  --slate-gray-800: #374449;
  --slate-gray-900: #232C2F;
  --slate-gray-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color