Gray
#938C85
GrayColor Codes
All color formats for development
HEX
#938C85RGB
rgb(147, 140, 133)HSL
hsl(30, 6%, 55%)OKLCH
oklch(0.644 0.013 67.6)CMYK
cmyk(0%, 5%, 10%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#867E77
2#777069
3#68625C
4#59544F
5#4A4642
6#3B3835
7#2D2A28
8#1E1C1A
9#0F0E0D
Tints
Lighter variations
1#9E9892
2#A9A39E
3#B3AFAA
4#BEBAB6
5#C9C6C2
6#D4D1CE
7#DFDDDB
8#E9E8E7
9#F4F4F3
Tones
Muted variations
1#928C86
2#928C87
3#918C87
4#908C88
5#908C89
6#8F8C89
7#8E8C8A
8#8E8C8B
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 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA6 #ABA6A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938C #938C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7770 #777069 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F59 #5F5954 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4440 #44403C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | 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: #C8C4C1;
--gray-400: #ABA6A0;
--gray-500: #938C85;
--gray-600: #777069;
--gray-700: #5F5954;
--gray-800: #44403C;
--gray-900: #2B2926;
--gray-950: #1B1A18;
}