Gray
#707070
GrayColor Codes
All color formats for development
HEX
#707070RGB
rgb(112, 112, 112)HSL
hsl(0, 0%, 44%)OKLCH
oklch(0.545 0 89.9)CMYK
cmyk(0%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656565
2#5A5A5A
3#4F4F4F
4#434343
5#383838
6#2D2D2D
7#222222
8#161616
9#0B0B0B
Tints
Lighter variations
1#7E7E7E
2#8D8D8D
3#9B9B9B
4#A9A9A9
5#B8B8B8
6#C6C6C6
7#D4D4D4
8#E2E2E2
9#F1F1F1
Tones
Muted variations
1#707070
2#707070
3#707070
4#707070
5#707070
6#707070
7#707070
8#707070
9#707070
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEDE #DEDEDE | Secondary backgroundsInput backgroundsDividers |
| 300 | C4C4 #C4C4C4 | BordersInactive statesPlaceholder text |
| 400 | A6A6 #A6A6A6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C8C #8C8C8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 7070 #707070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5959 #595959 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4040 #404040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2929 #292929 | Primary textHigh emphasis contentDark headings |
| 950 | 1A1A #1A1A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F7F7F7;
--gray-100: #EDEDED;
--gray-200: #DEDEDE;
--gray-300: #C4C4C4;
--gray-400: #A6A6A6;
--gray-500: #8C8C8C;
--gray-600: #707070;
--gray-700: #595959;
--gray-800: #404040;
--gray-900: #292929;
--gray-950: #1A1A1A;
}