Gray

#777569

Gray

Color Codes

All color formats for development

HEX
#777569
RGB
rgb(119, 117, 105)
HSL
hsl(51, 6%, 44%)
OKLCH
oklch(0.561 0.018 99.2)
CMYK
cmyk(0%, 2%, 12%, 53%)

Accessibility

WCAG contrast compliance

On White Background

4.63:1

AA AAA

On Black Background

4.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F8
100
#EEEE
200
#E0DF
300
#C8C7
400
#ABA9
500
#9391
600
#7775
700
#5F5D
800
#4442
900
#2B2B
950
#1B1B

Shades

Darker variations

1#6B695F
2#5F5E54
3#53524A
4#47463F
5#3B3A35
6#302F2A
7#242320
8#181715
9#0C0C0B

Tints

Lighter variations

1#868477
2#949286
3#A19F95
4#AEADA4
5#BCBBB3
6#C9C8C2
7#D7D6D2
8#E4E4E1
9#F2F1F0

Tones

Muted variations

1#76746A
2#76746B
3#75736B
4#74736C
5#74736D
6#73726E
7#72726E
8#72716F
9#717170

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
E0DF
#E0DFDC
Secondary backgroundsInput backgroundsDividers
300
C8C7
#C8C7C1
BordersInactive statesPlaceholder text
400
ABA9
#ABA9A0
Disabled statesSecondary iconsMuted text
500
9391
#939185
Primary brand colorCTAsActive elementsLinks
600
7775
#777569
Hover statesFocus ringsPrimary buttons hover
700
5F5D
#5F5D54
Active/pressed statesDark mode accentsSecondary text
800
4442
#44423C
Text on light backgroundsHeadingsStrong borders
900
2B2B
#2B2B26
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: #E0DFDC;
  --gray-300: #C8C7C1;
  --gray-400: #ABA9A0;
  --gray-500: #939185;
  --gray-600: #777569;
  --gray-700: #5F5D54;
  --gray-800: #44423C;
  --gray-900: #2B2B26;
  --gray-950: #1B1B18;
}
Generate More ShadesCreate PaletteConvert Color