Gray

#849494

Gray

Color Codes

All color formats for development

HEX
#849494
RGB
rgb(132, 148, 148)
HSL
hsl(180, 7%, 55%)
OKLCH
oklch(0.654 0.018 196.7)
CMYK
cmyk(11%, 0%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.16:1

AA AAA

On Black Background

6.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEE
200
#DCE0
300
#C0C8
400
#A0AC
500
#8494
600
#6878
700
#535F
800
#3B44
900
#262C
950
#181B

Shades

Darker variations

1#758787
2#687878
3#5B6969
4#4E5A5A
5#414B4B
6#343C3C
7#272D2D
8#1A1E1E
9#0D0F0F

Tints

Lighter variations

1#909F9F
2#9DAAAA
3#A9B4B4
4#B5BFBF
5#C2CACA
6#CED4D4
7#DADFDF
8#E6EAEA
9#F3F4F4

Tones

Muted variations

1#859393
2#869393
3#879292
4#879191
5#889090
6#898F8F
7#8A8F8F
8#8B8E8E
9#8B8D8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEE
#ECEEEE
Light backgroundsTable row hoverSkeleton loading
200
DCE0
#DCE0E0
Secondary backgroundsInput backgroundsDividers
300
C0C8
#C0C8C8
BordersInactive statesPlaceholder text
400
A0AC
#A0ACAC
Disabled statesSecondary iconsMuted text
500
8494
#849494
Primary brand colorCTAsActive elementsLinks
600
6878
#687878
Hover statesFocus ringsPrimary buttons hover
700
535F
#535F5F
Active/pressed statesDark mode accentsSecondary text
800
3B44
#3B4444
Text on light backgroundsHeadingsStrong borders
900
262C
#262C2C
Primary textHigh emphasis contentDark headings
950
181B
#181B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F7F8F8;
  --gray-100: #ECEEEE;
  --gray-200: #DCE0E0;
  --gray-300: #C0C8C8;
  --gray-400: #A0ACAC;
  --gray-500: #849494;
  --gray-600: #687878;
  --gray-700: #535F5F;
  --gray-800: #3B4444;
  --gray-900: #262C2C;
  --gray-950: #181B1B;
}
Generate More ShadesCreate PaletteConvert Color