Slate Gray

#749AA4

Cyan

Color Codes

All color formats for development

HEX
#749AA4
RGB
rgb(116, 154, 164)
HSL
hsl(193, 21%, 55%)
OKLCH
oklch(0.662 0.044 215.7)
CMYK
cmyk(29%, 6%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.04:1

AA AAA

On Black Background

6.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9EF
200
#D7E2
300
#B8CB
400
#93B0
500
#749A
600
#597E
700
#4764
800
#3247
900
#202E
950
#141D

Shades

Darker variations

1#648D99
2#597E88
3#4E6E77
4#425E66
5#374E55
6#2C3F44
7#212F33
8#161F22
9#0B1011

Tints

Lighter variations

1#82A4AD
2#90AEB6
3#9EB8C0
4#ACC2C9
5#BACCD2
6#C7D7DB
7#D5E1E4
8#E3EBED
9#F1F5F6

Tones

Muted variations

1#7799A2
2#7997A0
3#7B969D
4#7E949B
5#809398
6#839296
7#859093
8#878F91
9#8A8E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF1
Light backgroundsTable row hoverSkeleton loading
200
D7E2
#D7E2E5
Secondary backgroundsInput backgroundsDividers
300
B8CB
#B8CBD1
BordersInactive statesPlaceholder text
400
93B0
#93B0B8
Disabled statesSecondary iconsMuted text
500
749A
#749AA4
Primary brand colorCTAsActive elementsLinks
600
597E
#597E88
Hover statesFocus ringsPrimary buttons hover
700
4764
#47646C
Active/pressed statesDark mode accentsSecondary text
800
3247
#32474D
Text on light backgroundsHeadingsStrong borders
900
202E
#202E31
Primary textHigh emphasis contentDark headings
950
141D
#141D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F8F9;
  --slate-gray-100: #E9EFF1;
  --slate-gray-200: #D7E2E5;
  --slate-gray-300: #B8CBD1;
  --slate-gray-400: #93B0B8;
  --slate-gray-500: #749AA4;
  --slate-gray-600: #597E88;
  --slate-gray-700: #47646C;
  --slate-gray-800: #32474D;
  --slate-gray-900: #202E31;
  --slate-gray-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color