Gray

#949484

Gray

Color Codes

All color formats for development

HEX
#949484
RGB
rgb(148, 148, 132)
HSL
hsl(60, 7%, 55%)
OKLCH
oklch(0.662 0.023 107)
CMYK
cmyk(0%, 0%, 11%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.08:1

AA AAA

On Black Background

6.83: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
#ACAC
500
#9494
600
#7878
700
#5F5F
800
#4444
900
#2C2C
950
#1B1B

Shades

Darker variations

1#878775
2#787868
3#69695B
4#5A5A4E
5#4B4B41
6#3C3C34
7#2D2D27
8#1E1E1A
9#0F0F0D

Tints

Lighter variations

1#9F9F90
2#AAAA9D
3#B4B4A9
4#BFBFB5
5#CACAC2
6#D4D4CE
7#DFDFDA
8#EAEAE6
9#F4F4F3

Tones

Muted variations

1#939385
2#939386
3#929287
4#919187
5#909088
6#8F8F89
7#8F8F8A
8#8E8E8B
9#8D8D8B

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
#C8C8C0
BordersInactive statesPlaceholder text
400
ACAC
#ACACA0
Disabled statesSecondary iconsMuted text
500
9494
#949484
Primary brand colorCTAsActive elementsLinks
600
7878
#787868
Hover statesFocus ringsPrimary buttons hover
700
5F5F
#5F5F53
Active/pressed statesDark mode accentsSecondary text
800
4444
#44443B
Text on light backgroundsHeadingsStrong borders
900
2C2C
#2C2C26
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: #C8C8C0;
  --gray-400: #ACACA0;
  --gray-500: #949484;
  --gray-600: #787868;
  --gray-700: #5F5F53;
  --gray-800: #44443B;
  --gray-900: #2C2C26;
  --gray-950: #1B1B18;
}
Generate More ShadesCreate PaletteConvert Color