Gray

#938F85

Gray

Color Codes

All color formats for development

HEX
#938F85
RGB
rgb(147, 143, 133)
HSL
hsl(43, 6%, 55%)
OKLCH
oklch(0.651 0.015 88.7)
CMYK
cmyk(0%, 3%, 10%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.23:1

AA AAA

On Black Background

6.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F8
100
#EEEE
200
#E0DF
300
#C8C6
400
#ABA8
500
#938F
600
#7773
700
#5F5C
800
#4441
900
#2B2A
950
#1B1A

Shades

Darker variations

1#868277
2#777369
3#68655C
4#59564F
5#4A4842
6#3B3A35
7#2D2B28
8#1E1D1A
9#0F0E0D

Tints

Lighter variations

1#9E9A92
2#A9A69E
3#B3B1AA
4#BEBCB6
5#C9C7C2
6#D4D2CE
7#DFDDDB
8#E9E9E7
9#F4F4F3

Tones

Muted variations

1#928F86
2#928F87
3#918E87
4#908E88
5#908E89
6#8F8D89
7#8E8D8A
8#8E8D8B
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
E0DF
#E0DFDC
Secondary backgroundsInput backgroundsDividers
300
C8C6
#C8C6C1
BordersInactive statesPlaceholder text
400
ABA8
#ABA8A0
Disabled statesSecondary iconsMuted text
500
938F
#938F85
Primary brand colorCTAsActive elementsLinks
600
7773
#777369
Hover statesFocus ringsPrimary buttons hover
700
5F5C
#5F5C54
Active/pressed statesDark mode accentsSecondary text
800
4441
#44413C
Text on light backgroundsHeadingsStrong borders
900
2B2A
#2B2A26
Primary textHigh emphasis contentDark headings
950
1B1A
#1B1A18
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: #C8C6C1;
  --gray-400: #ABA8A0;
  --gray-500: #938F85;
  --gray-600: #777369;
  --gray-700: #5F5C54;
  --gray-800: #44413C;
  --gray-900: #2B2A26;
  --gray-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color