Slate Gray

#607180

Blue

Color Codes

All color formats for development

HEX
#607180
RGB
rgb(96, 113, 128)
HSL
hsl(208, 14%, 44%)
OKLCH
oklch(0.54 0.031 245)
CMYK
cmyk(25%, 12%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.03:1

AA AAA

On Black Background

4.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EBED
200
#D9DE
300
#BCC5
400
#99A7
500
#7C8D
600
#6071
700
#4D5A
800
#3740
900
#2329
950
#161A

Shades

Darker variations

1#576673
2#4D5B66
3#444F5A
4#3A444D
5#303940
6#272D33
7#1D2226
8#13171A
9#0A0B0D

Tints

Lighter variations

1#6D8090
2#7D8E9D
3#8D9CA9
4#9DAAB5
5#AEB8C2
6#BEC6CE
7#CED5DA
8#DEE3E6
9#EFF1F3

Tones

Muted variations

1#62717E
2#64717D
3#65717B
4#67717A
5#687178
6#6A7176
7#6B7175
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
BCC5
#BCC5CD
BordersInactive statesPlaceholder text
400
99A7
#99A7B2
Disabled statesSecondary iconsMuted text
500
7C8D
#7C8D9C
Primary brand colorCTAsActive elementsLinks
600
6071
#607180
Hover statesFocus ringsPrimary buttons hover
700
4D5A
#4D5A66
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: #BCC5CD;
  --slate-gray-400: #99A7B2;
  --slate-gray-500: #7C8D9C;
  --slate-gray-600: #607180;
  --slate-gray-700: #4D5A66;
  --slate-gray-800: #374049;
  --slate-gray-900: #23292F;
  --slate-gray-950: #161A1D;
}
Generate More ShadesCreate PaletteConvert Color