Gray
#78716C
GrayColor Codes
All color formats for development
HEX
#78716CRGB
rgb(120, 113, 108)HSL
hsl(25, 5%, 45%)OKLCH
oklch(0.553 0.012 58.1)CMYK
cmyk(0%, 6%, 10%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6662
2#605B57
3#54504C
4#484441
5#3C3937
6#302E2C
7#242221
8#181716
9#0C0B0B
Tints
Lighter variations
1#87807A
2#948E89
3#A29C98
4#AFAAA7
5#BCB8B5
6#CAC6C4
7#D7D5D3
8#E4E3E2
9#F2F1F0
Tones
Muted variations
1#78726E
2#77726E
3#77726F
4#76726F
5#767270
6#757270
7#747271
8#747372
9#737372
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA5 #AAA5A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928B #928B87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766F #766F6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E59 #5E5955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F7F7;
--gray-100: #EEEDEC;
--gray-200: #E0DEDC;
--gray-300: #C7C4C1;
--gray-400: #AAA5A1;
--gray-500: #928B87;
--gray-600: #766F6B;
--gray-700: #5E5955;
--gray-800: #433F3D;
--gray-900: #2B2827;
--gray-950: #1B1918;
}