Gray
#928E87
GrayColor Codes
All color formats for development
HEX
#928E87RGB
rgb(146, 142, 135)HSL
hsl(38, 5%, 55%)OKLCH
oklch(0.648 0.011 81.8)CMYK
cmyk(0%, 3%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#858078
2#76726B
3#67635D
4#585550
5#4A4743
6#3B3935
7#2C2B28
8#1D1C1B
9#0F0E0D
Tints
Lighter variations
1#9D9993
2#A8A49F
3#B3B0AB
4#BEBBB7
5#C8C6C3
6#D3D2CF
7#DEDDDB
8#E9E8E7
9#F4F4F3
Tones
Muted variations
1#918E87
2#918D88
3#908D88
4#908D89
5#8F8D89
6#8F8D8A
7#8E8D8B
8#8D8D8B
9#8D8C8C
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 | AAA7 #AAA7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928E #928E87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7672 #76726B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E5A #5E5A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4341 #43413D | 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: #AAA7A1;
--gray-500: #928E87;
--gray-600: #76726B;
--gray-700: #5E5A55;
--gray-800: #43413D;
--gray-900: #2B2927;
--gray-950: #1B1A18;
}