Gray

#948484

Gray

Color Codes

All color formats for development

HEX
#948484
RGB
rgb(148, 132, 132)
HSL
hsl(0, 7%, 55%)
OKLCH
oklch(0.628 0.019 17.7)
CMYK
cmyk(0%, 11%, 11%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.56:1

AA AAA

On Black Background

5.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEEC
200
#E0DC
300
#C8C0
400
#ACA0
500
#9484
600
#7868
700
#5F53
800
#443B
900
#2C26
950
#1B18

Shades

Darker variations

1#877575
2#786868
3#695B5B
4#5A4E4E
5#4B4141
6#3C3434
7#2D2727
8#1E1A1A
9#0F0D0D

Tints

Lighter variations

1#9F9090
2#AA9D9D
3#B4A9A9
4#BFB5B5
5#CAC2C2
6#D4CECE
7#DFDADA
8#EAE6E6
9#F4F3F3

Tones

Muted variations

1#938585
2#938686
3#928787
4#918787
5#908888
6#8F8989
7#8F8A8A
8#8E8B8B
9#8D8B8B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEEC
#EEECEC
Light backgroundsTable row hoverSkeleton loading
200
E0DC
#E0DCDC
Secondary backgroundsInput backgroundsDividers
300
C8C0
#C8C0C0
BordersInactive statesPlaceholder text
400
ACA0
#ACA0A0
Disabled statesSecondary iconsMuted text
500
9484
#948484
Primary brand colorCTAsActive elementsLinks
600
7868
#786868
Hover statesFocus ringsPrimary buttons hover
700
5F53
#5F5353
Active/pressed statesDark mode accentsSecondary text
800
443B
#443B3B
Text on light backgroundsHeadingsStrong borders
900
2C26
#2C2626
Primary textHigh emphasis contentDark headings
950
1B18
#1B1818
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F8F7F7;
  --gray-100: #EEECEC;
  --gray-200: #E0DCDC;
  --gray-300: #C8C0C0;
  --gray-400: #ACA0A0;
  --gray-500: #948484;
  --gray-600: #786868;
  --gray-700: #5F5353;
  --gray-800: #443B3B;
  --gray-900: #2C2626;
  --gray-950: #1B1818;
}
Generate More ShadesCreate PaletteConvert Color