Gray

#786868

Gray

Color Codes

All color formats for development

HEX
#786868
RGB
rgb(120, 104, 104)
HSL
hsl(0, 7%, 44%)
OKLCH
oklch(0.532 0.02 17.8)
CMYK
cmyk(0%, 13%, 13%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.28:1

AA AAA

On Black Background

3.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEEC
200
#E0DC
300
#C8C0
400
#ACA0
500
#9484
600
#7868
700
#5F53
800
#443B
900
#2C26
950
#1B18

Shades

Darker variations

1#6C5E5E
2#605353
3#544949
4#483F3F
5#3C3434
6#302A2A
7#241F1F
8#181515
9#0C0A0A

Tints

Lighter variations

1#877676
2#958585
3#A29494
4#AFA3A3
5#BDB3B3
6#CAC2C2
7#D7D1D1
8#E4E0E0
9#F2F0F0

Tones

Muted variations

1#776969
2#766A6A
3#766B6B
4#756B6B
5#746C6C
6#736D6D
7#736E6E
8#726F6F
9#716F6F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEEC
#EEECEC
Light backgroundsTable row hoverSkeleton loading
200
E0DC
#E0DCDC
Secondary backgroundsInput backgroundsDividers
300
C8C0
#C8C0C0
BordersInactive statesPlaceholder text
400
ACA0
#ACA0A0
Disabled statesSecondary iconsMuted text
500
9484
#948484
Primary brand colorCTAsActive elementsLinks
600
7868
#786868
Hover statesFocus ringsPrimary buttons hover
700
5F53
#5F5353
Active/pressed statesDark mode accentsSecondary text
800
443B
#443B3B
Text on light backgroundsHeadingsStrong borders
900
2C26
#2C2626
Primary textHigh emphasis contentDark headings
950
1B18
#1B1818
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F8F7F7;
  --gray-100: #EEECEC;
  --gray-200: #E0DCDC;
  --gray-300: #C8C0C0;
  --gray-400: #ACA0A0;
  --gray-500: #948484;
  --gray-600: #786868;
  --gray-700: #5F5353;
  --gray-800: #443B3B;
  --gray-900: #2C2626;
  --gray-950: #1B1818;
}
Generate More ShadesCreate PaletteConvert Color