Gray
#777369
GrayColor Codes
All color formats for development
HEX
#777369RGB
rgb(119, 115, 105)HSL
hsl(43, 6%, 44%)OKLCH
oklch(0.556 0.016 88.7)CMYK
cmyk(0%, 3%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B685F
2#5F5C54
3#53514A
4#47453F
5#3B3A35
6#302E2A
7#242320
8#181715
9#0C0C0B
Tints
Lighter variations
1#868277
2#949086
3#A19E95
4#AEACA4
5#BCB9B3
6#C9C7C2
7#D7D5D2
8#E4E3E1
9#F2F1F0
Tones
Muted variations
1#76736A
2#76736B
3#75726B
4#74726C
5#74726D
6#73716E
7#72716E
8#72716F
9#717070
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 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C6 #C8C6C1 | BordersInactive statesPlaceholder text |
| 400 | ABA8 #ABA8A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938F #938F85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7773 #777369 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5C #5F5C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4441 #44413C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2A #2B2A26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F8F7;
--gray-100: #EEEEEC;
--gray-200: #E0DFDC;
--gray-300: #C8C6C1;
--gray-400: #ABA8A0;
--gray-500: #938F85;
--gray-600: #777369;
--gray-700: #5F5C54;
--gray-800: #44413C;
--gray-900: #2B2A26;
--gray-950: #1B1A18;
}