Gray

#8C8C8C

Gray

Color Codes

All color formats for development

HEX
#8C8C8C
RGB
rgb(140, 140, 140)
HSL
hsl(0, 0%, 55%)
OKLCH
oklch(0.64 0 89.9)
CMYK
cmyk(0%, 0%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

3.36:1

AA AAA

On Black Background

6.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EDED
200
#DEDE
300
#C4C4
400
#A6A6
500
#8C8C
600
#7070
700
#5959
800
#4040
900
#2929
950
#1A1A

Shades

Darker variations

1#7E7E7E
2#707070
3#626262
4#545454
5#464646
6#383838
7#2A2A2A
8#1C1C1C
9#0E0E0E

Tints

Lighter variations

1#989898
2#A3A3A3
3#AFAFAF
4#BABABA
5#C6C6C6
6#D1D1D1
7#DDDDDD
8#E8E8E8
9#F4F4F4

Tones

Muted variations

1#8C8C8C
2#8C8C8C
3#8C8C8C
4#8C8C8C
5#8C8C8C
6#8C8C8C
7#8C8C8C
8#8C8C8C
9#8C8C8C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EDED
#EDEDED
Light backgroundsTable row hoverSkeleton loading
200
DEDE
#DEDEDE
Secondary backgroundsInput backgroundsDividers
300
C4C4
#C4C4C4
BordersInactive statesPlaceholder text
400
A6A6
#A6A6A6
Disabled statesSecondary iconsMuted text
500
8C8C
#8C8C8C
Primary brand colorCTAsActive elementsLinks
600
7070
#707070
Hover statesFocus ringsPrimary buttons hover
700
5959
#595959
Active/pressed statesDark mode accentsSecondary text
800
4040
#404040
Text on light backgroundsHeadingsStrong borders
900
2929
#292929
Primary textHigh emphasis contentDark headings
950
1A1A
#1A1A1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F7F7F7;
  --gray-100: #EDEDED;
  --gray-200: #DEDEDE;
  --gray-300: #C4C4C4;
  --gray-400: #A6A6A6;
  --gray-500: #8C8C8C;
  --gray-600: #707070;
  --gray-700: #595959;
  --gray-800: #404040;
  --gray-900: #292929;
  --gray-950: #1A1A1A;
}
Generate More ShadesCreate PaletteConvert Color