Gray
#928987
GrayColor Codes
All color formats for development
HEX
#928987RGB
rgb(146, 137, 135)HSL
hsl(11, 5%, 55%)OKLCH
oklch(0.637 0.011 32.5)CMYK
cmyk(0%, 6%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#857A78
2#766D6B
3#675F5D
4#585150
5#4A4443
6#3B3635
7#2C2928
8#1D1B1B
9#0F0E0D
Tints
Lighter variations
1#9D9493
2#A8A09F
3#B3ACAB
4#BEB8B7
5#C8C4C3
6#D3D0CF
7#DEDBDB
8#E9E7E7
9#F4F3F3
Tones
Muted variations
1#918987
2#918988
3#908A88
4#908A89
5#8F8A89
6#8F8B8A
7#8E8B8B
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 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C2 #C7C2C1 | BordersInactive statesPlaceholder text |
| 400 | AAA3 #AAA3A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9289 #928987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766D #766D6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E56 #5E5655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433E #433E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | 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: #E0DDDC;
--gray-300: #C7C2C1;
--gray-400: #AAA3A1;
--gray-500: #928987;
--gray-600: #766D6B;
--gray-700: #5E5655;
--gray-800: #433E3D;
--gray-900: #2B2827;
--gray-950: #1B1918;
}