Slate Gray

#607080

Blue

Color Codes

All color formats for development

HEX
#607080
RGB
rgb(96, 112, 128)
HSL
hsl(210, 14%, 44%)
OKLCH
oklch(0.538 0.032 248.4)
CMYK
cmyk(25%, 13%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.09:1

AA AAA

On Black Background

4.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#D9DE
300
#BCC4
400
#99A6
500
#7C8C
600
#6070
700
#4D59
800
#3740
900
#2329
950
#161A

Shades

Darker variations

1#576573
2#4D5A66
3#444F5A
4#3A434D
5#303840
6#272D33
7#1D2226
8#13161A
9#0A0B0D

Tints

Lighter variations

1#6D7E90
2#7D8D9D
3#8D9BA9
4#9DA9B5
5#AEB8C2
6#BEC6CE
7#CED4DA
8#DEE2E6
9#EFF1F3

Tones

Muted variations

1#62707E
2#64707D
3#65707B
4#67707A
5#687078
6#6A7076
7#6B7075
8#6D7073
9#6F7072

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE2
Secondary backgroundsInput backgroundsDividers
300
BCC4
#BCC4CD
BordersInactive statesPlaceholder text
400
99A6
#99A6B2
Disabled statesSecondary iconsMuted text
500
7C8C
#7C8C9C
Primary brand colorCTAsActive elementsLinks
600
6070
#607080
Hover statesFocus ringsPrimary buttons hover
700
4D59
#4D5966
Active/pressed statesDark mode accentsSecondary text
800
3740
#374049
Text on light backgroundsHeadingsStrong borders
900
2329
#23292F
Primary textHigh emphasis contentDark headings
950
161A
#161A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --slate-gray-50: #F6F7F8;
  --slate-gray-100: #EBEDF0;
  --slate-gray-200: #D9DEE2;
  --slate-gray-300: #BCC4CD;
  --slate-gray-400: #99A6B2;
  --slate-gray-500: #7C8C9C;
  --slate-gray-600: #607080;
  --slate-gray-700: #4D5966;
  --slate-gray-800: #374049;
  --slate-gray-900: #23292F;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color