Gray
#777469
GrayColor Codes
All color formats for development
HEX
#777469RGB
rgb(119, 116, 105)HSL
hsl(47, 6%, 44%)OKLCH
oklch(0.558 0.017 94.3)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#5F5D54
3#53514A
4#47463F
5#3B3A35
6#302E2A
7#242320
8#181715
9#0C0C0B
Tints
Lighter variations
1#868377
2#949186
3#A19E95
4#AEACA4
5#BCBAB3
6#C9C8C2
7#D7D6D2
8#E4E3E1
9#F2F1F0
Tones
Muted variations
1#76746A
2#76736B
3#75736B
4#74726C
5#74726D
6#73726E
7#72716E
8#72716F
9#717170
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 | ABA9 #ABA9A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9390 #939085 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7774 #777469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5C #5F5C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4442 #44423C | 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: #ABA9A0;
--gray-500: #939085;
--gray-600: #777469;
--gray-700: #5F5C54;
--gray-800: #44423C;
--gray-900: #2B2A26;
--gray-950: #1B1A18;
}