Gray
#898990
GrayColor Codes
All color formats for development
HEX
#898990RGB
rgb(137, 137, 144)HSL
hsl(240, 3%, 55%)OKLCH
oklch(0.632 0.01 286.1)CMYK
cmyk(5%, 5%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A7A82
2#6D6D74
3#5F5F65
4#525257
5#444448
6#36363A
7#29292B
8#1B1B1D
9#0E0E0E
Tints
Lighter variations
1#95959B
2#A0A0A6
3#ACACB1
4#B8B8BC
5#C4C4C7
6#D0D0D2
7#DCDCDE
8#E7E7E9
9#F3F3F4
Tones
Muted variations
1#89898F
2#89898F
3#8A8A8F
4#8A8A8E
5#8B8B8E
6#8B8B8E
7#8B8B8D
8#8C8C8D
9#8C8C8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A3A3 #A3A3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8989 #898990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D6D #6D6D74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F7F7F8;
--gray-100: #EDEDEE;
--gray-200: #DDDDDF;
--gray-300: #C3C3C6;
--gray-400: #A3A3A8;
--gray-500: #898990;
--gray-600: #6D6D74;
--gray-700: #57575C;
--gray-800: #3E3E42;
--gray-900: #28282A;
--gray-950: #19191A;
}