Gray

#928A87

Gray

Color Codes

All color formats for development

HEX
#928A87
RGB
rgb(146, 138, 135)
HSL
hsl(16, 5%, 55%)
OKLCH
oklch(0.639 0.011 41.8)
CMYK
cmyk(0%, 5%, 8%, 43%)

Accessibility

WCAG contrast compliance

On White Background

3.38:1

AA AAA

On Black Background

6.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DD
300
#C7C3
400
#AAA4
500
#928A
600
#766E
700
#5E57
800
#433E
900
#2B28
950
#1B19

Shades

Darker variations

1#857B78
2#766E6B
3#67605D
4#585250
5#4A4443
6#3B3735
7#2C2928
8#1D1B1B
9#0F0E0D

Tints

Lighter variations

1#9D9593
2#A8A19F
3#B3ADAB
4#BEB9B7
5#C8C4C3
6#D3D0CF
7#DEDCDB
8#E9E8E7
9#F4F3F3

Tones

Muted variations

1#918A87
2#918A88
3#908A88
4#908B89
5#8F8B89
6#8F8B8A
7#8E8B8B
8#8D8C8B
9#8D8C8C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DD
#E0DDDC
Secondary backgroundsInput backgroundsDividers
300
C7C3
#C7C3C1
BordersInactive statesPlaceholder text
400
AAA4
#AAA4A1
Disabled statesSecondary iconsMuted text
500
928A
#928A87
Primary brand colorCTAsActive elementsLinks
600
766E
#766E6B
Hover statesFocus ringsPrimary buttons hover
700
5E57
#5E5755
Active/pressed statesDark mode accentsSecondary text
800
433E
#433E3D
Text on light backgroundsHeadingsStrong borders
900
2B28
#2B2827
Primary textHigh emphasis contentDark headings
950
1B19
#1B1918
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F8F7F7;
  --gray-100: #EEEDEC;
  --gray-200: #E0DDDC;
  --gray-300: #C7C3C1;
  --gray-400: #AAA4A1;
  --gray-500: #928A87;
  --gray-600: #766E6B;
  --gray-700: #5E5755;
  --gray-800: #433E3D;
  --gray-900: #2B2827;
  --gray-950: #1B1918;
}
Generate More ShadesCreate PaletteConvert Color