Gray

#737373

Gray

Color Codes

All color formats for development

HEX
#737373
RGB
rgb(115, 115, 115)
HSL
hsl(0, 0%, 45%)
OKLCH
oklch(0.556 0 89.9)
CMYK
cmyk(0%, 0%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

4.74:1

AA AAA

On Black Background

4.43: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#676767
2#5C5C5C
3#505050
4#454545
5#393939
6#2E2E2E
7#222222
8#171717
9#0B0B0B

Tints

Lighter variations

1#818181
2#8F8F8F
3#9D9D9D
4#ABABAB
5#B9B9B9
6#C7C7C7
7#D5D5D5
8#E3E3E3
9#F1F1F1

Tones

Muted variations

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

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