Gray

#848494

Gray

Color Codes

All color formats for development

HEX
#848494
RGB
rgb(132, 132, 148)
HSL
hsl(240, 7%, 55%)
OKLCH
oklch(0.619 0.024 285.7)
CMYK
cmyk(11%, 11%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DCDC
300
#C0C0
400
#A0A0
500
#8484
600
#6868
700
#5353
800
#3B3B
900
#2626
950
#1818

Shades

Darker variations

1#757587
2#686878
3#5B5B69
4#4E4E5A
5#41414B
6#34343C
7#27272D
8#1A1A1E
9#0D0D0F

Tints

Lighter variations

1#90909F
2#9D9DAA
3#A9A9B4
4#B5B5BF
5#C2C2CA
6#CECED4
7#DADADF
8#E6E6EA
9#F3F3F4

Tones

Muted variations

1#858593
2#868693
3#878792
4#878791
5#888890
6#89898F
7#8A8A8F
8#8B8B8E
9#8B8B8D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEE
Light backgroundsTable row hoverSkeleton loading
200
DCDC
#DCDCE0
Secondary backgroundsInput backgroundsDividers
300
C0C0
#C0C0C8
BordersInactive statesPlaceholder text
400
A0A0
#A0A0AC
Disabled statesSecondary iconsMuted text
500
8484
#848494
Primary brand colorCTAsActive elementsLinks
600
6868
#686878
Hover statesFocus ringsPrimary buttons hover
700
5353
#53535F
Active/pressed statesDark mode accentsSecondary text
800
3B3B
#3B3B44
Text on light backgroundsHeadingsStrong borders
900
2626
#26262C
Primary textHigh emphasis contentDark headings
950
1818
#18181B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gray-50: #F7F7F8;
  --gray-100: #ECECEE;
  --gray-200: #DCDCE0;
  --gray-300: #C0C0C8;
  --gray-400: #A0A0AC;
  --gray-500: #848494;
  --gray-600: #686878;
  --gray-700: #53535F;
  --gray-800: #3B3B44;
  --gray-900: #26262C;
  --gray-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color