Slate Gray

#739BA5

Cyan

Color Codes

All color formats for development

HEX
#739BA5
RGB
rgb(115, 155, 165)
HSL
hsl(192, 22%, 55%)
OKLCH
oklch(0.664 0.046 214.8)
CMYK
cmyk(30%, 6%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.02:1

AA AAA

On Black Background

6.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9F0
200
#D7E2
300
#B7CC
400
#92B2
500
#739B
600
#587F
700
#4665
800
#3248
900
#202E
950
#141D

Shades

Darker variations

1#628F9A
2#587F89
3#4D6F78
4#425F67
5#374F56
6#2C4044
7#213033
8#162022
9#0B1011

Tints

Lighter variations

1#81A5AE
2#8FAFB7
3#9DB9C0
4#ABC3C9
5#B9CDD2
6#C7D7DB
7#D5E1E4
8#E3EBED
9#F1F5F6

Tones

Muted variations

1#769AA3
2#7898A0
3#7B979E
4#7D959B
5#809499
6#829296
7#859194
8#878F91
9#8A8E8F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E2
#D7E2E5
Secondary backgroundsInput backgroundsDividers
300
B7CC
#B7CCD1
BordersInactive statesPlaceholder text
400
92B2
#92B2B9
Disabled statesSecondary iconsMuted text
500
739B
#739BA5
Primary brand colorCTAsActive elementsLinks
600
587F
#587F89
Hover statesFocus ringsPrimary buttons hover
700
4665
#46656D
Active/pressed statesDark mode accentsSecondary text
800
3248
#32484E
Text on light backgroundsHeadingsStrong borders
900
202E
#202E32
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: #E9F0F1;
  --slate-gray-200: #D7E2E5;
  --slate-gray-300: #B7CCD1;
  --slate-gray-400: #92B2B9;
  --slate-gray-500: #739BA5;
  --slate-gray-600: #587F89;
  --slate-gray-700: #46656D;
  --slate-gray-800: #32484E;
  --slate-gray-900: #202E32;
  --slate-gray-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color