Gray

#858593

Gray

Color Codes

All color formats for development

HEX
#858593
RGB
rgb(133, 133, 147)
HSL
hsl(240, 6%, 55%)
OKLCH
oklch(0.621 0.021 285.8)
CMYK
cmyk(10%, 10%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.64:1

AA AAA

On Black Background

5.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DCDC
300
#C1C1
400
#A0A0
500
#8585
600
#6969
700
#5454
800
#3C3C
900
#2626
950
#1818

Shades

Darker variations

1#777786
2#696977
3#5C5C68
4#4F4F59
5#42424A
6#35353B
7#28282D
8#1A1A1E
9#0D0D0F

Tints

Lighter variations

1#92929E
2#9E9EA9
3#AAAAB3
4#B6B6BE
5#C2C2C9
6#CECED4
7#DBDBDF
8#E7E7E9
9#F3F3F4

Tones

Muted variations

1#868692
2#878792
3#878791
4#888890
5#898990
6#89898F
7#8A8A8E
8#8B8B8E
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
DCDC
#DCDCE0
Secondary backgroundsInput backgroundsDividers
300
C1C1
#C1C1C8
BordersInactive statesPlaceholder text
400
A0A0
#A0A0AB
Disabled statesSecondary iconsMuted text
500
8585
#858593
Primary brand colorCTAsActive elementsLinks
600
6969
#696977
Hover statesFocus ringsPrimary buttons hover
700
5454
#54545F
Active/pressed statesDark mode accentsSecondary text
800
3C3C
#3C3C44
Text on light backgroundsHeadingsStrong borders
900
2626
#26262B
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: #C1C1C8;
  --gray-400: #A0A0AB;
  --gray-500: #858593;
  --gray-600: #696977;
  --gray-700: #54545F;
  --gray-800: #3C3C44;
  --gray-900: #26262B;
  --gray-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color