Gray

#686878

Gray

Color Codes

All color formats for development

HEX
#686878
RGB
rgb(104, 104, 120)
HSL
hsl(240, 7%, 44%)
OKLCH
oklch(0.523 0.025 285.5)
CMYK
cmyk(13%, 13%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.47:1

AA AAA

On Black Background

3.84: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#5E5E6C
2#535360
3#494954
4#3F3F48
5#34343C
6#2A2A30
7#1F1F24
8#151518
9#0A0A0C

Tints

Lighter variations

1#767687
2#858595
3#9494A2
4#A3A3AF
5#B3B3BD
6#C2C2CA
7#D1D1D7
8#E0E0E4
9#F0F0F2

Tones

Muted variations

1#696977
2#6A6A76
3#6B6B76
4#6B6B75
5#6C6C74
6#6D6D73
7#6E6E73
8#6F6F72
9#6F6F71

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