Gray
#928C87
GrayColor Codes
All color formats for development
HEX
#928C87RGB
rgb(146, 140, 135)HSL
hsl(27, 5%, 55%)OKLCH
oklch(0.644 0.01 62.5)CMYK
cmyk(0%, 4%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#857E78
2#76706B
3#67625D
4#585450
5#4A4643
6#3B3835
7#2C2A28
8#1D1C1B
9#0F0E0D
Tints
Lighter variations
1#9D9793
2#A8A39F
3#B3AEAB
4#BEBAB7
5#C8C5C3
6#D3D1CF
7#DEDCDB
8#E9E8E7
9#F4F3F3
Tones
Muted variations
1#918C87
2#918C88
3#908C88
4#908C89
5#8F8C89
6#8F8C8A
7#8E8C8B
8#8D8C8B
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 | 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;
}