Gray

#888891

Gray

Color Codes

All color formats for development

HEX
#888891
RGB
rgb(136, 136, 145)
HSL
hsl(240, 4%, 55%)
OKLCH
oklch(0.63 0.013 286)
CMYK
cmyk(6%, 6%, 0%, 43%)

Accessibility

WCAG contrast compliance

On White Background

3.51:1

AA AAA

On Black Background

5.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DDDD
300
#C2C2
400
#A2A2
500
#8888
600
#6C6C
700
#5656
800
#3D3D
900
#2727
950
#1818

Shades

Darker variations

1#797983
2#6C6C75
3#5E5E66
4#515158
5#434349
6#36363A
7#28282C
8#1B1B1D
9#0D0D0F

Tints

Lighter variations

1#94949C
2#A0A0A7
3#ABABB2
4#B7B7BD
5#C3C3C8
6#CFCFD3
7#DBDBDE
8#E7E7E9
9#F3F3F4

Tones

Muted variations

1#888890
2#898990
3#89898F
4#89898F
5#8A8A8F
6#8A8A8E
7#8B8B8E
8#8B8B8D
9#8C8C8D

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
DDDD
#DDDDDF
Secondary backgroundsInput backgroundsDividers
300
C2C2
#C2C2C7
BordersInactive statesPlaceholder text
400
A2A2
#A2A2A9
Disabled statesSecondary iconsMuted text
500
8888
#888891
Primary brand colorCTAsActive elementsLinks
600
6C6C
#6C6C75
Hover statesFocus ringsPrimary buttons hover
700
5656
#56565D
Active/pressed statesDark mode accentsSecondary text
800
3D3D
#3D3D42
Text on light backgroundsHeadingsStrong borders
900
2727
#27272A
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: #DDDDDF;
  --gray-300: #C2C2C7;
  --gray-400: #A2A2A9;
  --gray-500: #888891;
  --gray-600: #6C6C75;
  --gray-700: #56565D;
  --gray-800: #3D3D42;
  --gray-900: #27272A;
  --gray-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color