Gray
#938A85
GrayColor Codes
All color formats for development
HEX
#938A85RGB
rgb(147, 138, 133)HSL
hsl(21, 6%, 55%)OKLCH
oklch(0.64 0.013 51.2)CMYK
cmyk(0%, 6%, 10%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#867C77
2#776E69
3#68605C
4#59534F
5#4A4542
6#3B3735
7#2D2928
8#1E1C1A
9#0F0E0D
Tints
Lighter variations
1#9E9692
2#A9A29E
3#B3ADAA
4#BEB9B6
5#C9C5C2
6#D4D0CE
7#DFDCDB
8#E9E8E7
9#F4F3F3
Tones
Muted variations
1#928A86
2#928B87
3#918B87
4#908B88
5#908B89
6#8F8B89
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 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C3 #C8C3C1 | BordersInactive statesPlaceholder text |
| 400 | ABA4 #ABA4A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938A #938A85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776E #776E69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F58 #5F5854 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | 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: #C8C3C1;
--gray-400: #ABA4A0;
--gray-500: #938A85;
--gray-600: #776E69;
--gray-700: #5F5854;
--gray-800: #443F3C;
--gray-900: #2B2826;
--gray-950: #1B1918;
}