Gray

#687878

Gray

Color Codes

All color formats for development

HEX
#687878
RGB
rgb(104, 120, 120)
HSL
hsl(180, 7%, 44%)
OKLCH
oklch(0.56 0.019 196.6)
CMYK
cmyk(13%, 0%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

4.62:1

AA AAA

On Black Background

4.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEE
200
#DCE0
300
#C0C8
400
#A0AC
500
#8494
600
#6878
700
#535F
800
#3B44
900
#262C
950
#181B

Shades

Darker variations

1#5E6C6C
2#536060
3#495454
4#3F4848
5#343C3C
6#2A3030
7#1F2424
8#151818
9#0A0C0C

Tints

Lighter variations

1#768787
2#859595
3#94A2A2
4#A3AFAF
5#B3BDBD
6#C2CACA
7#D1D7D7
8#E0E4E4
9#F0F2F2

Tones

Muted variations

1#697777
2#6A7676
3#6B7676
4#6B7575
5#6C7474
6#6D7373
7#6E7373
8#6F7272
9#6F7171

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEE
#ECEEEE
Light backgroundsTable row hoverSkeleton loading
200
DCE0
#DCE0E0
Secondary backgroundsInput backgroundsDividers
300
C0C8
#C0C8C8
BordersInactive statesPlaceholder text
400
A0AC
#A0ACAC
Disabled statesSecondary iconsMuted text
500
8494
#849494
Primary brand colorCTAsActive elementsLinks
600
6878
#687878
Hover statesFocus ringsPrimary buttons hover
700
535F
#535F5F
Active/pressed statesDark mode accentsSecondary text
800
3B44
#3B4444
Text on light backgroundsHeadingsStrong borders
900
262C
#262C2C
Primary textHigh emphasis contentDark headings
950
181B
#181B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F7F8F8;
  --gray-100: #ECEEEE;
  --gray-200: #DCE0E0;
  --gray-300: #C0C8C8;
  --gray-400: #A0ACAC;
  --gray-500: #849494;
  --gray-600: #687878;
  --gray-700: #535F5F;
  --gray-800: #3B4444;
  --gray-900: #262C2C;
  --gray-950: #181B1B;
}
Generate More ShadesCreate PaletteConvert Color