Gray
#777169
GrayColor Codes
All color formats for development
HEX
#777169RGB
rgb(119, 113, 105)HSL
hsl(34, 6%, 44%)OKLCH
oklch(0.552 0.014 75.3)CMYK
cmyk(0%, 5%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B665F
2#5F5A54
3#534F4A
4#47443F
5#3B3935
6#302D2A
7#242220
8#181715
9#0C0B0B
Tints
Lighter variations
1#867F77
2#948E86
3#A19C95
4#AEAAA4
5#BCB8B3
6#C9C6C2
7#D7D5D2
8#E4E3E1
9#F2F1F0
Tones
Muted variations
1#76716A
2#76716B
3#75716B
4#74716C
5#74716D
6#73716E
7#72706E
8#72706F
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 | ABA6 #ABA6A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938D #938D85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7771 #777169 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5A #5F5A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4440 #44403C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | 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: #ABA6A0;
--gray-500: #938D85;
--gray-600: #777169;
--gray-700: #5F5A54;
--gray-800: #44403C;
--gray-900: #2B2926;
--gray-950: #1B1A18;
}