Gray

#71717A

Gray

Color Codes

All color formats for development

HEX
#71717A
RGB
rgb(113, 113, 122)
HSL
hsl(240, 4%, 46%)
OKLCH
oklch(0.552 0.014 285.9)
CMYK
cmyk(7%, 7%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

4.83:1

AA AAA

On Black Background

4.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DDDD
300
#C2C2
400
#A2A2
500
#8888
600
#6C6C
700
#5656
800
#3D3D
900
#2727
950
#1818

Shades

Darker variations

1#65656E
2#5A5A62
3#4F4F55
4#444449
5#38383D
6#2D2D31
7#222225
8#171718
9#0B0B0C

Tints

Lighter variations

1#7E7E88
2#8C8C95
3#9B9BA2
4#A9A9B0
5#B7B7BD
6#C6C6CA
7#D4D4D7
8#E2E2E5
9#F1F1F2

Tones

Muted variations

1#71717A
2#727279
3#727279
4#727278
5#737378
6#737377
7#747477
8#747476
9#757576

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEE
Light backgroundsTable row hoverSkeleton loading
200
DDDD
#DDDDDF
Secondary backgroundsInput backgroundsDividers
300
C2C2
#C2C2C7
BordersInactive statesPlaceholder text
400
A2A2
#A2A2A9
Disabled statesSecondary iconsMuted text
500
8888
#888891
Primary brand colorCTAsActive elementsLinks
600
6C6C
#6C6C75
Hover statesFocus ringsPrimary buttons hover
700
5656
#56565D
Active/pressed statesDark mode accentsSecondary text
800
3D3D
#3D3D42
Text on light backgroundsHeadingsStrong borders
900
2727
#27272A
Primary textHigh emphasis contentDark headings
950
1818
#18181B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F7F7F8;
  --gray-100: #ECECEE;
  --gray-200: #DDDDDF;
  --gray-300: #C2C2C7;
  --gray-400: #A2A2A9;
  --gray-500: #888891;
  --gray-600: #6C6C75;
  --gray-700: #56565D;
  --gray-800: #3D3D42;
  --gray-900: #27272A;
  --gray-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color