Gray

#787868

Gray

Color Codes

All color formats for development

HEX
#787868
RGB
rgb(120, 120, 104)
HSL
hsl(60, 7%, 44%)
OKLCH
oklch(0.568 0.024 107.1)
CMYK
cmyk(0%, 0%, 13%, 53%)

Accessibility

WCAG contrast compliance

On White Background

4.48:1

AA AAA

On Black Background

4.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F8
100
#EEEE
200
#E0E0
300
#C8C8
400
#ACAC
500
#9494
600
#7878
700
#5F5F
800
#4444
900
#2C2C
950
#1B1B

Shades

Darker variations

1#6C6C5E
2#606053
3#545449
4#48483F
5#3C3C34
6#30302A
7#24241F
8#181815
9#0C0C0A

Tints

Lighter variations

1#878776
2#959585
3#A2A294
4#AFAFA3
5#BDBDB3
6#CACAC2
7#D7D7D1
8#E4E4E0
9#F2F2F0

Tones

Muted variations

1#777769
2#76766A
3#76766B
4#75756B
5#74746C
6#73736D
7#73736E
8#72726F
9#71716F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F8
#F8F8F7
BackgroundsSubtle highlightsCard backgrounds
100
EEEE
#EEEEEC
Light backgroundsTable row hoverSkeleton loading
200
E0E0
#E0E0DC
Secondary backgroundsInput backgroundsDividers
300
C8C8
#C8C8C0
BordersInactive statesPlaceholder text
400
ACAC
#ACACA0
Disabled statesSecondary iconsMuted text
500
9494
#949484
Primary brand colorCTAsActive elementsLinks
600
7878
#787868
Hover statesFocus ringsPrimary buttons hover
700
5F5F
#5F5F53
Active/pressed statesDark mode accentsSecondary text
800
4444
#44443B
Text on light backgroundsHeadingsStrong borders
900
2C2C
#2C2C26
Primary textHigh emphasis contentDark headings
950
1B1B
#1B1B18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F8F8F7;
  --gray-100: #EEEEEC;
  --gray-200: #E0E0DC;
  --gray-300: #C8C8C0;
  --gray-400: #ACACA0;
  --gray-500: #949484;
  --gray-600: #787868;
  --gray-700: #5F5F53;
  --gray-800: #44443B;
  --gray-900: #2C2C26;
  --gray-950: #1B1B18;
}
Generate More ShadesCreate PaletteConvert Color