Gray
#787868
GrayColor Codes
All color formats for development
HEX
#787868RGB
rgb(120, 120, 104)HSL
hsl(60, 7%, 44%)OKLCH
oklch(0.568 0.024 107.1)CMYK
cmyk(0%, 0%, 13%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6C5E
2#606053
3#545449
4#48483F
5#3C3C34
6#30302A
7#24241F
8#181815
9#0C0C0A
Tints
Lighter variations
1#878776
2#959585
3#A2A294
4#AFAFA3
5#BDBDB3
6#CACAC2
7#D7D7D1
8#E4E4E0
9#F2F2F0
Tones
Muted variations
1#777769
2#76766A
3#76766B
4#75756B
5#74746C
6#73736D
7#73736E
8#72726F
9#71716F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C0 | BordersInactive statesPlaceholder text |
| 400 | ACAC #ACACA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9494 #949484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7878 #787868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C2C #2C2C26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F8F7;
--gray-100: #EEEEEC;
--gray-200: #E0E0DC;
--gray-300: #C8C8C0;
--gray-400: #ACACA0;
--gray-500: #949484;
--gray-600: #787868;
--gray-700: #5F5F53;
--gray-800: #44443B;
--gray-900: #2C2C26;
--gray-950: #1B1B18;
}