Gray
#928887
GrayColor Codes
All color formats for development
HEX
#928887RGB
rgb(146, 136, 135)HSL
hsl(5, 5%, 55%)OKLCH
oklch(0.635 0.012 24.4)CMYK
cmyk(0%, 7%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#857978
2#766C6B
3#675E5D
4#585150
5#4A4343
6#3B3635
7#2C2828
8#1D1B1B
9#0F0D0D
Tints
Lighter variations
1#9D9393
2#A89F9F
3#B3ABAB
4#BEB7B7
5#C8C3C3
6#D3CFCF
7#DEDBDB
8#E9E7E7
9#F4F3F3
Tones
Muted variations
1#918887
2#918888
3#908988
4#908989
5#8F8A89
6#8F8A8A
7#8E8B8B
8#8D8B8B
9#8D8C8C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C2 #C7C2C1 | BordersInactive statesPlaceholder text |
| 400 | AAA2 #AAA2A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766C #766C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E56 #5E5655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F7F7;
--gray-100: #EEECEC;
--gray-200: #E0DCDC;
--gray-300: #C7C2C1;
--gray-400: #AAA2A1;
--gray-500: #928787;
--gray-600: #766C6B;
--gray-700: #5E5655;
--gray-800: #433D3D;
--gray-900: #2B2727;
--gray-950: #1B1818;
}