Gray

#939385

Gray

Color Codes

All color formats for development

HEX
#939385
RGB
rgb(147, 147, 133)
HSL
hsl(60, 6%, 55%)
OKLCH
oklch(0.659 0.02 106.9)
CMYK
cmyk(0%, 0%, 10%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.11:1

AA AAA

On Black Background

6.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F8
100
#EEEE
200
#E0E0
300
#C8C8
400
#ABAB
500
#9393
600
#7777
700
#5F5F
800
#4444
900
#2B2B
950
#1B1B

Shades

Darker variations

1#868677
2#777769
3#68685C
4#59594F
5#4A4A42
6#3B3B35
7#2D2D28
8#1E1E1A
9#0F0F0D

Tints

Lighter variations

1#9E9E92
2#A9A99E
3#B3B3AA
4#BEBEB6
5#C9C9C2
6#D4D4CE
7#DFDFDB
8#E9E9E7
9#F4F4F3

Tones

Muted variations

1#929286
2#929287
3#919187
4#909088
5#909089
6#8F8F89
7#8E8E8A
8#8E8E8B
9#8D8D8C

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
E0E0
#E0E0DC
Secondary backgroundsInput backgroundsDividers
300
C8C8
#C8C8C1
BordersInactive statesPlaceholder text
400
ABAB
#ABABA0
Disabled statesSecondary iconsMuted text
500
9393
#939385
Primary brand colorCTAsActive elementsLinks
600
7777
#777769
Hover statesFocus ringsPrimary buttons hover
700
5F5F
#5F5F54
Active/pressed statesDark mode accentsSecondary text
800
4444
#44443C
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: #E0E0DC;
  --gray-300: #C8C8C1;
  --gray-400: #ABABA0;
  --gray-500: #939385;
  --gray-600: #777769;
  --gray-700: #5F5F54;
  --gray-800: #44443C;
  --gray-900: #2B2B26;
  --gray-950: #1B1B18;
}
Generate More ShadesCreate PaletteConvert Color