Gray
#76706B
GrayColor Codes
All color formats for development
HEX
#76706BRGB
rgb(118, 112, 107)HSL
hsl(27, 5%, 44%)OKLCH
oklch(0.549 0.011 62.5)CMYK
cmyk(0%, 5%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6460
2#5E5955
3#524E4B
4#474340
5#3B3835
6#2F2D2B
7#232120
8#181615
9#0C0B0B
Tints
Lighter variations
1#857E78
2#928C87
3#A09B96
4#AEA9A5
5#BBB7B4
6#C9C6C3
7#D6D4D2
8#E4E2E1
9#F1F1F0
Tones
Muted variations
1#75706B
2#75706C
3#74706C
4#74706D
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 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA5 #AAA5A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928C #928C87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7670 #76706B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E59 #5E5955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | 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: #C7C4C1;
--gray-400: #AAA5A1;
--gray-500: #928C87;
--gray-600: #76706B;
--gray-700: #5E5955;
--gray-800: #433F3D;
--gray-900: #2B2927;
--gray-950: #1B1918;
}