Slate Gray

#607780

Blue

Color Codes

All color formats for development

HEX
#607780
RGB
rgb(96, 119, 128)
HSL
hsl(197, 14%, 44%)
OKLCH
oklch(0.554 0.03 223.6)
CMYK
cmyk(25%, 7%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.72:1

AA AAA

On Black Background

4.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#D9E0
300
#BCC8
400
#99AB
500
#7C93
600
#6077
700
#4D5F
800
#3744
900
#232B
950
#161B

Shades

Darker variations

1#576B73
2#4D5F66
3#44535A
4#3A474D
5#303C40
6#273033
7#1D2426
8#13181A
9#0A0C0D

Tints

Lighter variations

1#6D8690
2#7D949D
3#8DA1A9
4#9DAFB5
5#AEBCC2
6#BEC9CE
7#CED7DA
8#DEE4E6
9#EFF2F3

Tones

Muted variations

1#62767E
2#64767D
3#65757B
4#67747A
5#687478
6#6A7376
7#6B7275
8#6D7273
9#6F7172

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9E0
#D9E0E2
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
99AB
#99ABB2
Disabled statesSecondary iconsMuted text
500
7C93
#7C939C
Primary brand colorCTAsActive elementsLinks
600
6077
#607780
Hover statesFocus ringsPrimary buttons hover
700
4D5F
#4D5F66
Active/pressed statesDark mode accentsSecondary text
800
3744
#374449
Text on light backgroundsHeadingsStrong borders
900
232B
#232B2F
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: #EBEEF0;
  --slate-gray-200: #D9E0E2;
  --slate-gray-300: #BCC8CD;
  --slate-gray-400: #99ABB2;
  --slate-gray-500: #7C939C;
  --slate-gray-600: #607780;
  --slate-gray-700: #4D5F66;
  --slate-gray-800: #374449;
  --slate-gray-900: #232B2F;
  --slate-gray-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color