Gray
#777269
GrayColor Codes
All color formats for development
HEX
#777269RGB
rgb(119, 114, 105)HSL
hsl(39, 6%, 44%)OKLCH
oklch(0.554 0.015 82.4)CMYK
cmyk(0%, 4%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B675F
2#5F5B54
3#53504A
4#47453F
5#3B3935
6#302E2A
7#242220
8#181715
9#0C0B0B
Tints
Lighter variations
1#868177
2#948F86
3#A19D95
4#AEABA4
5#BCB9B3
6#C9C7C2
7#D7D5D2
8#E4E3E1
9#F2F1F0
Tones
Muted variations
1#76726A
2#76726B
3#75726B
4#74716C
5#74716D
6#73716E
7#72716E
8#72716F
9#717070
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 | C8C5 #C8C5C1 | BordersInactive statesPlaceholder text |
| 400 | ABA7 #ABA7A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938E #938E85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7772 #777269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5B #5F5B54 | 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: #F8F7F7;
--gray-100: #EEEDEC;
--gray-200: #E0DEDC;
--gray-300: #C8C5C1;
--gray-400: #ABA7A0;
--gray-500: #938E85;
--gray-600: #777269;
--gray-700: #5F5B54;
--gray-800: #44413C;
--gray-900: #2B2A26;
--gray-950: #1B1A18;
}