Slate Gray

#63787E

Cyan

Color Codes

All color formats for development

HEX
#63787E
RGB
rgb(99, 120, 126)
HSL
hsl(193, 12%, 44%)
OKLCH
oklch(0.558 0.026 216.9)
CMYK
cmyk(21%, 5%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

4.65:1

AA AAA

On Black Background

4.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DAE0
300
#BDC8
400
#9BAC
500
#7E94
600
#6378
700
#4F5F
800
#3844
900
#242C
950
#161B

Shades

Darker variations

1#596C71
2#4F6065
3#455458
4#3B484B
5#313C3F
6#273032
7#1E2426
8#141819
9#0A0C0D

Tints

Lighter variations

1#6F878E
2#7F959A
3#8FA2A7
4#9FAFB4
5#AFBCC0
6#BFCACD
7#CFD7D9
8#DFE4E6
9#EFF2F2

Tones

Muted variations

1#64777C
2#65767B
3#67767A
4#687578
5#697477
6#6B7376
7#6C7274
8#6E7273
9#6F7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E2
Secondary backgroundsInput backgroundsDividers
300
BDC8
#BDC8CB
BordersInactive statesPlaceholder text
400
9BAC
#9BACB0
Disabled statesSecondary iconsMuted text
500
7E94
#7E949A
Primary brand colorCTAsActive elementsLinks
600
6378
#63787E
Hover statesFocus ringsPrimary buttons hover
700
4F5F
#4F5F64
Active/pressed statesDark mode accentsSecondary text
800
3844
#384447
Text on light backgroundsHeadingsStrong borders
900
242C
#242C2E
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: #EBEEEF;
  --slate-gray-200: #DAE0E2;
  --slate-gray-300: #BDC8CB;
  --slate-gray-400: #9BACB0;
  --slate-gray-500: #7E949A;
  --slate-gray-600: #63787E;
  --slate-gray-700: #4F5F64;
  --slate-gray-800: #384447;
  --slate-gray-900: #242C2E;
  --slate-gray-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color