Graphite Mono Color Palette
A pure grayscale run from graphite black to pale silver.
Use as a gradient →
Colors
#0D0D0D
#262626
#404040
#737373
#A6A6A6
#D9D9D9
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #0D0D0D | T - | T - | |
| #262626 | T - | T - | |
| #404040 | T - | T - | |
| #737373 | T - | T - | |
| #A6A6A6 | T - | T - | |
| #D9D9D9 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Graphite Mono CSS Code
HEX Copy
#0D0D0D #262626 #404040 #737373 #A6A6A6 #D9D9D9
RGBA Copy
rgba(13, 13, 13, 1.0) rgba(38, 38, 38, 1.0) rgba(64, 64, 64, 1.0) rgba(115, 115, 115, 1.0) rgba(166, 166, 166, 1.0) rgba(217, 217, 217, 1.0)
HSLA Copy
hsla(0, 0%, 5%, 1.0) hsla(0, 0%, 15%, 1.0) hsla(0, 0%, 25%, 1.0) hsla(0, 0%, 45%, 1.0) hsla(0, 0%, 65%, 1.0) hsla(0, 0%, 85%, 1.0)
More Color Palettes
FAQ
What colors are in the Graphite Mono palette?A pure grayscale run from graphite black to pale silver.
How do I turn the Graphite Mono palette into a CSS gradient?
Use
background: linear-gradient(to right, #0D0D0D, #262626, #404040, #737373, #A6A6A6, #D9D9D9);, or click "Use as a gradient" above to open it in the live generator.