Gray

#6C6C75

Gray

Color Codes

All color formats for development

HEX
#6C6C75
RGB
rgb(108, 108, 117)
HSL
hsl(240, 4%, 44%)
OKLCH
oklch(0.534 0.014 285.9)
CMYK
cmyk(8%, 8%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

5.20:1

AA AAA

On Black Background

4.04: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#616169
2#56565D
3#4B4B52
4#414146
5#36363A
6#2B2B2F
7#202023
8#161617
9#0B0B0C

Tints

Lighter variations

1#797984
2#888891
3#97979F
4#A6A6AD
5#B5B5BA
6#C4C4C8
7#D2D2D6
8#E1E1E4
9#F0F0F1

Tones

Muted variations

1#6C6C74
2#6D6D74
3#6D6D73
4#6E6E73
5#6E6E72
6#6E6E72
7#6F6F72
8#6F6F71
9#707071

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