Gray
#939185
GrayColor Codes
All color formats for development
HEX
#939185RGB
rgb(147, 145, 133)HSL
hsl(51, 6%, 55%)OKLCH
oklch(0.655 0.018 99.1)CMYK
cmyk(0%, 1%, 10%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868477
2#777569
3#68665C
4#59584F
5#4A4942
6#3B3A35
7#2D2C28
8#1E1D1A
9#0F0F0D
Tints
Lighter variations
1#9E9C92
2#A9A79E
3#B3B2AA
4#BEBDB6
5#C9C8C2
6#D4D3CE
7#DFDEDB
8#E9E9E7
9#F4F4F3
Tones
Muted variations
1#929186
2#929087
3#919087
4#908F88
5#908F89
6#8F8E89
7#8E8E8A
8#8E8D8B
9#8D8D8C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C7 #C8C7C1 | BordersInactive statesPlaceholder text |
| 400 | ABA9 #ABA9A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9391 #939185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7775 #777569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5D #5F5D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4442 #44423C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F8F7;
--gray-100: #EEEEEC;
--gray-200: #E0DFDC;
--gray-300: #C8C7C1;
--gray-400: #ABA9A0;
--gray-500: #939185;
--gray-600: #777569;
--gray-700: #5F5D54;
--gray-800: #44423C;
--gray-900: #2B2B26;
--gray-950: #1B1B18;
}