Gray
#76716B
GrayColor Codes
All color formats for development
HEX
#76716BRGB
rgb(118, 113, 107)HSL
hsl(33, 5%, 44%)OKLCH
oklch(0.551 0.011 72.6)CMYK
cmyk(0%, 4%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6560
2#5E5A55
3#524F4B
4#474440
5#3B3835
6#2F2D2B
7#232220
8#181715
9#0C0B0B
Tints
Lighter variations
1#857F78
2#928D87
3#A09C96
4#AEAAA5
5#BBB8B4
6#C9C6C3
7#D6D4D2
8#E4E3E1
9#F1F1F0
Tones
Muted variations
1#75716B
2#75716C
3#74716C
4#74716D
5#73706D
6#72706E
7#72706F
8#71706F
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 | C7C5 #C7C5C1 | BordersInactive statesPlaceholder text |
| 400 | AAA6 #AAA6A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928D #928D87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7671 #76716B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E5A #5E5A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4340 #43403D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | 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: #C7C5C1;
--gray-400: #AAA6A1;
--gray-500: #928D87;
--gray-600: #76716B;
--gray-700: #5E5A55;
--gray-800: #43403D;
--gray-900: #2B2927;
--gray-950: #1B1A18;
}