Gray
#928B87
GrayColor Codes
All color formats for development
HEX
#928B87RGB
rgb(146, 139, 135)HSL
hsl(22, 5%, 55%)OKLCH
oklch(0.642 0.01 52)CMYK
cmyk(0%, 5%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#857D78
2#766F6B
3#67615D
4#585350
5#4A4543
6#3B3735
7#2C2A28
8#1D1C1B
9#0F0E0D
Tints
Lighter variations
1#9D9693
2#A8A29F
3#B3AEAB
4#BEB9B7
5#C8C5C3
6#D3D0CF
7#DEDCDB
8#E9E8E7
9#F4F3F3
Tones
Muted variations
1#918B87
2#918B88
3#908B88
4#908B89
5#8F8B89
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 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA5 #AAA5A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928B #928B87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766F #766F6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E58 #5E5855 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | 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: #C7C4C1;
--gray-400: #AAA5A1;
--gray-500: #928B87;
--gray-600: #766F6B;
--gray-700: #5E5855;
--gray-800: #433F3D;
--gray-900: #2B2827;
--gray-950: #1B1918;
}